lyonlyke

US FLAG SVG ICON JS

Jul 29th, 2019
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.68 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <title>American Flag SVG JS</title>
  5.  
  6. <style>
  7. body {background-color:black;}
  8.  
  9. p{
  10. color:blue;
  11. font-family: 'Times New Roman', Times, Serif;
  12. font-size: 14px;
  13. font-weight:700;
  14. letter-spacing:1px;
  15. text-align:justify;
  16. width:300px;
  17. height:auto;
  18. margin:10px calc(50% - 150px);
  19. background-color:white;
  20. border:2px solid red;
  21. padding:5px;
  22. border-radius:3px;
  23.  
  24. }
  25.  
  26. h1{
  27. color:white;
  28. font-family: 'Arial', Helvetica, Sans-Serif;
  29. font-size: 20px;
  30. font-weight:700;
  31. letter-spacing:1px;
  32. text-align:center;
  33. width:300px;
  34. height:auto;
  35. background-color:blue;
  36. border:2px solid red;
  37. border-radius:2px;
  38. margin:0 calc(50% - 150px);
  39. margin-top:10px;
  40. }
  41.  
  42.  
  43. #area51,
  44. #area50 {
  45. width:296px;
  46. height:60px;
  47. margin:0 calc(50% - 150px);
  48. border:2px solid blue;
  49. border-radius:3px;
  50. color:red;
  51. }
  52.  
  53. button {
  54. width:60px;
  55. height:20px;
  56.  
  57. margin:10px calc(50% - 30px);
  58. background-color:blue;
  59. color:white;
  60. border:1px solid red;
  61. border-radius:2px;
  62. font-family: 'Arial', Helvetica, Sans-Serif;
  63. font-size:14px;
  64. font-weight:700;
  65. letter-spacing:2px;
  66. }
  67.  
  68. button:hover {
  69. color:yellow;
  70. }
  71.  
  72. button:active {
  73. background-color:red;
  74. border:1px solid blue;
  75. color:white;
  76. }
  77.  
  78.  
  79. address {
  80. position:relative;
  81. margin:0;
  82. text-align:center;
  83. color:#EEEEEE;
  84. letter-spacing:2px;
  85. }
  86.  
  87.  
  88. </style>
  89. <script>
  90.  
  91. function betsyRoss(){
  92.  
  93. document.write('<span style="display:block;margin:0 auto;height:65x;width:125px;"><svg viewBox="0 0 125 65"><defs>');
  94. document.write('<pattern id="oldGlory" width="125" height="65" patternUnits="userSpaceOnUse"><g>');
  95.  
  96. document.write('<polyline stroke-width="1" stroke="#CCCCCC" fill="#FFFFFF" points="0,0 125,0 125,65 0,65 0,0"><\/polyline>');
  97.  
  98. document.write('<polyline fill="#000052" points="0,0 52.5,0 52.5,35 0,35 0,0"><\/polyline>');
  99.  
  100.  
  101. for(y = 0;y < 70;y = y + 10){
  102. if(y > 39){var startPoint = 0;}
  103. else{var startPoint = 52.5;}
  104.  
  105. document.write('<polyline fill="#9C0000" points="'+startPoint+','+y+' 125,'+y+' 125,'+(y+5)+' '+startPoint+','+(y+5)+'"><\/polyline>');
  106. }
  107.  
  108. for(y = 0; y < 34;y = y + 7){
  109. for(x = 0; x < 51;x = x + 8.5){
  110.  
  111. document.write('<polyline fill="white" points="'+(x+2.5)+','+(y+3)+' '+(x+7.5)+','+(y+3)+' '+(x+3.5)+','+(y+6)+' '+(x+5)+','+(y+1)+' '+(x+6.5)+','+(y+6)+' '+(x+2.5)+','+(y+3)+'"><\/polyline>');
  112.  
  113. if ((y < 27) && (x < 42.5)){
  114. document.write('<polyline fill="white" points="'+(x+6.5)+','+(y+6.5)+' '+(x+11.5)+','+(y+6.5)+' '+(x+7.5)+','+(y+9.5)+' '+(x+9)+','+(y+4.5)+' '+(x+10.5)+','+(y+9.5)+' '+(x+6.5)+','+(y+6.5)+'"><\/polyline>');
  115. }
  116. }
  117. }
  118.  
  119. document.write('<\/g><\/pattern><\/defs>');
  120. document.write('<rect x="0" y="0" width="100%" height="100%" fill="url(#oldGlory)" \/>');
  121. document.write('<\/svg><\/span>');
  122. }
  123.  
  124.  
  125.  
  126. function copyCode(ID){
  127. var copyText = document.getElementById(ID);
  128. copyText.select();
  129. document.execCommand("copy");
  130. }
  131.  
  132.  
  133. </script>
  134.  
  135.  
  136.  
  137.  
  138. </head>
  139. <body>
  140.  
  141. <p>American flag consisting of white stars (50 since July 4, 1960) on a blue canton with a field of 13 alternating stripes, 7 red and 6 white. The 50 stars stand for the 50 states of the Union, and the 13 stripes stand for the original 13 states. The flag's width-to-length ratio is 10 to 19.</p>
  142.  
  143.  
  144. <span style="display:block;margin:0 auto;height:65x;width:125px;" >
  145. <svg viewBox="0 0 125 65">
  146. <defs>
  147. <pattern id="oldGlory" width="125" height="65" patternUnits="userSpaceOnUse">
  148. <g>
  149. <polyline stroke-width="1" stroke="#CCCCCC" fill="#FFFFFF" points="0,0 125,0 125,65 0,65 0,0"></polyline>
  150. <polyline fill="#000052" points="0,0 52.5,0 52.5,35 0,35 0,0"></polyline>
  151. <polyline fill="#9C0000" points="52.5,0 125,0 125,5 52.5,5"></polyline>
  152. <polyline fill="#9C0000" points="52.5,10 125,10 125,15 52.5,15"></polyline>
  153. <polyline fill="#9C0000" points="52.5,20 125,20 125,25 52.5,25"></polyline>
  154. <polyline fill="#9C0000" points="52.5,30 125,30 125,35 52.5,35"></polyline>
  155. <polyline fill="#9C0000" points="0,40 125,40 125,45 0,45"></polyline>
  156. <polyline fill="#9C0000" points="0,50 125,50 125,55 0,55"></polyline>
  157. <polyline fill="#9C0000" points="0,60 125,60 125,65 0,65"></polyline>
  158.  
  159. <polyline fill="white" points="2.5,3 7.5,3 3.5,6 5,1 6.5,6 2.5,3"></polyline>
  160. <polyline fill="white" points="11,3 16,3 12,6 13.5,1 15,6 11,3"></polyline>
  161. <polyline fill="white" points="19.5,3 24.5,3 20.5,6 22,1 23.5,6 19.5,3"></polyline>
  162. <polyline fill="white" points="28,3 33,3 29,6 30.5,1 32,6 28,3"></polyline>
  163. <polyline fill="white" points="36.5,3 41.5,3 37.5,6 39,1 40.5,6 36.5,3"></polyline>
  164. <polyline fill="white" points="45,3 50,3 46,6 47.5,1 49,6 45,3"></polyline>
  165.  
  166.  
  167. <polyline fill="white" points="6.5,6.5 11.5,6.5 7.5,9.5 9,4.5 10.5,9.5 6.5,6.5"></polyline>
  168. <polyline fill="white" points="15,6.5 20,6.5 16,9.5 17.5,4.5 19,9.5 15,6.5"></polyline>
  169. <polyline fill="white" points="23.5,6.5 28.5,6.5 24.5,9.5 26,4.5 27.5,9.5 23.5,6.5"></polyline>
  170. <polyline fill="white" points="32,6.5 37,6.5 33,9.5 34.5,4.5 36,9.5 32,6.5"></polyline>
  171. <polyline fill="white" points="40.5,6.5 45.5,6.5 41.5,9.5 43,4.5 44.5,9.5 40.5,6.5"></polyline>
  172.  
  173.  
  174.  
  175. <polyline fill="white" points="2.5,10 7.5,10 3.5,13 5,8 6.5,13 2.5,10"></polyline>
  176. <polyline fill="white" points="21,10 16,10 12,13 13.5,8 15,13 11,10"></polyline>
  177. <polyline fill="white" points="19.5,10 24.5,10 20.5,13 22,8 23.5,13 19.5,10"></polyline>
  178. <polyline fill="white" points="28,10 33,10 29,13 30.5,8 32,13 28,10"></polyline>
  179. <polyline fill="white" points="36.5,10 41.5,10 37.5,13 39,8 40.5,13 36.5,10"></polyline>
  180. <polyline fill="white" points="45,10 50,10 46,13 47.5,8 49,13 45,10"></polyline>
  181.  
  182.  
  183. <polyline fill="white" points="6.5,13.5 11.5,13.5 7.5,16.5 9,11.5 10.5,16.5 6.5,13.5"></polyline>
  184. <polyline fill="white" points="15,13.5 20,13.5 16,16.5 17.5,11.5 19,16.5 15,13.5"></polyline>
  185. <polyline fill="white" points="23.5,13.5 28.5,13.5 24.5,16.5 26,11.5 27.5,16.5 23.5,13.5"></polyline>
  186. <polyline fill="white" points="32,13.5 37,13.5 33,16.5 34.5,11.5 36,16.5 32,13.5"></polyline>
  187. <polyline fill="white" points="40.5,13.5 45.5,13.5 41.5,16.5 43,11.5 44.5,16.5 40.5,13.5"></polyline>
  188.  
  189.  
  190. <polyline fill="white" points="2.5,17 7.5,17 3.5,20 5,15 6.5,20 2.5,17"></polyline>
  191. <polyline fill="white" points="21,17 16,17 12,20 13.5,15 15,20 11,17"></polyline>
  192. <polyline fill="white" points="19.5,17 24.5,17 20.5,20 22,15 23.5,20 19.5,17"></polyline>
  193. <polyline fill="white" points="28,17 33,17 29,20 30.5,15 32,20 28,17"></polyline>
  194. <polyline fill="white" points="36.5,17 41.5,17 37.5,20 39,15 40.5,20 36.5,17"></polyline>
  195. <polyline fill="white" points="45,17 50,17 46,20 47.5,15 49,20 45,17"></polyline>
  196.  
  197.  
  198.  
  199. <polyline fill="white" points="6.5,20.5 11.5,20.5 7.5,23.5 9,18.5 10.5,23.5 6.5,20.5"></polyline>
  200. <polyline fill="white" points="15,20.5 20,20.5 16,23.5 17.5,18.5 19,23.5 15,20.5"></polyline>
  201. <polyline fill="white" points="23.5,20.5 28.5,20.5 24.5,23.5 26,18.5 27.5,23.5 23.5,20.5"></polyline>
  202. <polyline fill="white" points="32,20.5 37,20.5 33,23.5 34.5,18.5 36,23.5 32,20.5"></polyline>
  203. <polyline fill="white" points="40.5,20.5 45.5,20.5 41.5,23.5 43,18.5 44.5,23.5 40.5,20.5"></polyline>
  204.  
  205.  
  206.  
  207. <polyline fill="white" points="2.5,24 7.5,24 3.5,27 5,22 6.5,27 2.5,24"></polyline>
  208. <polyline fill="white" points="21,24 16,24 12,27 13.5,22 15,27 11,24"></polyline>
  209. <polyline fill="white" points="19.5,24 24.5,24 20.5,27 22,22 23.5,27 19.5,24"></polyline>
  210. <polyline fill="white" points="28,24 33,24 29,27 30.5,22 32,27 28,24"></polyline>
  211. <polyline fill="white" points="36.5,24 41.5,24 37.5,27 39,22 40.5,27 36.5,24"></polyline>
  212. <polyline fill="white" points="45,24 50,24 46,27 47.5,22 49,27 45,24"></polyline>
  213.  
  214.  
  215.  
  216. <polyline fill="white" points="6.5,27.5 11.5,27.5 7.5,30.5 9,25.5 10.5,30.5 6.5,27.5"></polyline>
  217. <polyline fill="white" points="15,27.5 20,27.5 16,30.5 17.5,25.5 19,30.5 15,27.5"></polyline>
  218. <polyline fill="white" points="23.5,27.5 28.5,27.5 24.5,30.5 26,25.5 27.5,30.5 23.5,27.5"></polyline>
  219. <polyline fill="white" points="32,27.5 37,27.5 33,30.5 34.5,25.5 36,30.5 32,27.5"></polyline>
  220. <polyline fill="white" points="40.5,27.5 45.5,27.5 41.5,30.5 43,25.5 44.5,30.5 40.5,27.5"></polyline>
  221.  
  222.  
  223. <polyline fill="white" points="2.5,31 7.5,31 3.5,34 5,29 6.5,34 2.5,31"></polyline>
  224. <polyline fill="white" points="21,31 16,31 12,34 13.5,29 15,34 11,31"></polyline>
  225. <polyline fill="white" points="19.5,31 24.5,31 20.5,34 22,29 23.5,34 19.5,31"></polyline>
  226. <polyline fill="white" points="28,31 33,31 29,34 30.5,29 32,34 28,31"></polyline>
  227. <polyline fill="white" points="36.5,31 41.5,31 37.5,34 39,29 40.5,34 36.5,31"></polyline>
  228. <polyline fill="white" points="45,31 50,31 46,34 47.5,29 49,34 45,31"></polyline>
  229. </g>
  230. </pattern>
  231. </defs>
  232. <rect x="0" y="0" width="100%" height="100%" fill="url(#oldGlory)" />
  233. </svg>
  234. </span>
  235.  
  236.  
  237. <h1>HTML SVG CODE</h1>
  238.  
  239. <textarea id="area51">
  240. <span style="display:block;margin:0 auto;height:65x;width:125px;">
  241. <svg viewBox="0 0 125 65">
  242. <defs>
  243. <pattern id="oldGlory" width="125" height="65" patternUnits="userSpaceOnUse">
  244. <g>
  245. <polyline stroke-width="1" stroke="#CCCCCC" fill="#FFFFFF" points="0,0 125,0 125,65 0,65 0,0"></polyline>
  246. <polyline fill="#000052" points="0,0 52.5,0 52.5,35 0,35 0,0"></polyline>
  247. <polyline fill="#9C0000" points="52.5,0 125,0 125,5 52.5,5"></polyline>
  248. <polyline fill="#9C0000" points="52.5,10 125,10 125,15 52.5,15"></polyline>
  249. <polyline fill="#9C0000" points="52.5,20 125,20 125,25 52.5,25"></polyline>
  250. <polyline fill="#9C0000" points="52.5,30 125,30 125,35 52.5,35"></polyline>
  251. <polyline fill="#9C0000" points="0,40 125,40 125,45 0,45"></polyline>
  252. <polyline fill="#9C0000" points="0,50 125,50 125,55 0,55"></polyline>
  253. <polyline fill="#9C0000" points="0,60 125,60 125,65 0,65"></polyline>
  254.  
  255. <polyline fill="white" points="2.5,3 7.5,3 3.5,6 5,1 6.5,6 2.5,3"></polyline>
  256. <polyline fill="white" points="11,3 16,3 12,6 13.5,1 15,6 11,3"></polyline>
  257. <polyline fill="white" points="19.5,3 24.5,3 20.5,6 22,1 23.5,6 19.5,3"></polyline>
  258. <polyline fill="white" points="28,3 33,3 29,6 30.5,1 32,6 28,3"></polyline>
  259. <polyline fill="white" points="36.5,3 41.5,3 37.5,6 39,1 40.5,6 36.5,3"></polyline>
  260. <polyline fill="white" points="45,3 50,3 46,6 47.5,1 49,6 45,3"></polyline>
  261.  
  262.  
  263. <polyline fill="white" points="6.5,6.5 11.5,6.5 7.5,9.5 9,4.5 10.5,9.5 6.5,6.5"></polyline>
  264. <polyline fill="white" points="15,6.5 20,6.5 16,9.5 17.5,4.5 19,9.5 15,6.5"></polyline>
  265. <polyline fill="white" points="23.5,6.5 28.5,6.5 24.5,9.5 26,4.5 27.5,9.5 23.5,6.5"></polyline>
  266. <polyline fill="white" points="32,6.5 37,6.5 33,9.5 34.5,4.5 36,9.5 32,6.5"></polyline>
  267. <polyline fill="white" points="40.5,6.5 45.5,6.5 41.5,9.5 43,4.5 44.5,9.5 40.5,6.5"></polyline>
  268.  
  269.  
  270.  
  271. <polyline fill="white" points="2.5,10 7.5,10 3.5,13 5,8 6.5,13 2.5,10"></polyline>
  272. <polyline fill="white" points="21,10 16,10 12,13 13.5,8 15,13 11,10"></polyline>
  273. <polyline fill="white" points="19.5,10 24.5,10 20.5,13 22,8 23.5,13 19.5,10"></polyline>
  274. <polyline fill="white" points="28,10 33,10 29,13 30.5,8 32,13 28,10"></polyline>
  275. <polyline fill="white" points="36.5,10 41.5,10 37.5,13 39,8 40.5,13 36.5,10"></polyline>
  276. <polyline fill="white" points="45,10 50,10 46,13 47.5,8 49,13 45,10"></polyline>
  277.  
  278.  
  279. <polyline fill="white" points="6.5,13.5 11.5,13.5 7.5,16.5 9,11.5 10.5,16.5 6.5,13.5"></polyline>
  280. <polyline fill="white" points="15,13.5 20,13.5 16,16.5 17.5,11.5 19,16.5 15,13.5"></polyline>
  281. <polyline fill="white" points="23.5,13.5 28.5,13.5 24.5,16.5 26,11.5 27.5,16.5 23.5,13.5"></polyline>
  282. <polyline fill="white" points="32,13.5 37,13.5 33,16.5 34.5,11.5 36,16.5 32,13.5"></polyline>
  283. <polyline fill="white" points="40.5,13.5 45.5,13.5 41.5,16.5 43,11.5 44.5,16.5 40.5,13.5"></polyline>
  284.  
  285.  
  286. <polyline fill="white" points="2.5,17 7.5,17 3.5,20 5,15 6.5,20 2.5,17"></polyline>
  287. <polyline fill="white" points="21,17 16,17 12,20 13.5,15 15,20 11,17"></polyline>
  288. <polyline fill="white" points="19.5,17 24.5,17 20.5,20 22,15 23.5,20 19.5,17"></polyline>
  289. <polyline fill="white" points="28,17 33,17 29,20 30.5,15 32,20 28,17"></polyline>
  290. <polyline fill="white" points="36.5,17 41.5,17 37.5,20 39,15 40.5,20 36.5,17"></polyline>
  291. <polyline fill="white" points="45,17 50,17 46,20 47.5,15 49,20 45,17"></polyline>
  292.  
  293.  
  294.  
  295. <polyline fill="white" points="6.5,20.5 11.5,20.5 7.5,23.5 9,18.5 10.5,23.5 6.5,20.5"></polyline>
  296. <polyline fill="white" points="15,20.5 20,20.5 16,23.5 17.5,18.5 19,23.5 15,20.5"></polyline>
  297. <polyline fill="white" points="23.5,20.5 28.5,20.5 24.5,23.5 26,18.5 27.5,23.5 23.5,20.5"></polyline>
  298. <polyline fill="white" points="32,20.5 37,20.5 33,23.5 34.5,18.5 36,23.5 32,20.5"></polyline>
  299. <polyline fill="white" points="40.5,20.5 45.5,20.5 41.5,23.5 43,18.5 44.5,23.5 40.5,20.5"></polyline>
  300.  
  301.  
  302.  
  303. <polyline fill="white" points="2.5,24 7.5,24 3.5,27 5,22 6.5,27 2.5,24"></polyline>
  304. <polyline fill="white" points="21,24 16,24 12,27 13.5,22 15,27 11,24"></polyline>
  305. <polyline fill="white" points="19.5,24 24.5,24 20.5,27 22,22 23.5,27 19.5,24"></polyline>
  306. <polyline fill="white" points="28,24 33,24 29,27 30.5,22 32,27 28,24"></polyline>
  307. <polyline fill="white" points="36.5,24 41.5,24 37.5,27 39,22 40.5,27 36.5,24"></polyline>
  308. <polyline fill="white" points="45,24 50,24 46,27 47.5,22 49,27 45,24"></polyline>
  309.  
  310.  
  311.  
  312. <polyline fill="white" points="6.5,27.5 11.5,27.5 7.5,30.5 9,25.5 10.5,30.5 6.5,27.5"></polyline>
  313. <polyline fill="white" points="15,27.5 20,27.5 16,30.5 17.5,25.5 19,30.5 15,27.5"></polyline>
  314. <polyline fill="white" points="23.5,27.5 28.5,27.5 24.5,30.5 26,25.5 27.5,30.5 23.5,27.5"></polyline>
  315. <polyline fill="white" points="32,27.5 37,27.5 33,30.5 34.5,25.5 36,30.5 32,27.5"></polyline>
  316. <polyline fill="white" points="40.5,27.5 45.5,27.5 41.5,30.5 43,25.5 44.5,30.5 40.5,27.5"></polyline>
  317.  
  318.  
  319. <polyline fill="white" points="2.5,31 7.5,31 3.5,34 5,29 6.5,34 2.5,31"></polyline>
  320. <polyline fill="white" points="21,31 16,31 12,34 13.5,29 15,34 11,31"></polyline>
  321. <polyline fill="white" points="19.5,31 24.5,31 20.5,34 22,29 23.5,34 19.5,31"></polyline>
  322. <polyline fill="white" points="28,31 33,31 29,34 30.5,29 32,34 28,31"></polyline>
  323. <polyline fill="white" points="36.5,31 41.5,31 37.5,34 39,29 40.5,34 36.5,31"></polyline>
  324. <polyline fill="white" points="45,31 50,31 46,34 47.5,29 49,34 45,31"></polyline>
  325. </g>
  326. </pattern>
  327. </defs>
  328. <rect x="0" y="0" width="100%" height="100%" fill="url(#oldGlory)" />
  329. </svg>
  330. </span>
  331. </textarea>
  332. <button onclick="copyCode('area51')">copy</button>
  333.  
  334.  
  335.  
  336.  
  337.  
  338. <script>
  339.  
  340. betsyRoss();
  341.  
  342. </script>
  343.  
  344. <h1>JS Function betsyRoss()</h1>
  345.  
  346.  
  347. <textarea id="area50">
  348. function betsyRoss(){
  349.  
  350. document.write('<span style="display:block;margin:0 auto;height:65x;width:125px;"><svg viewBox="0 0 125 65"><defs>');
  351. document.write('<pattern id="oldGlory" width="125" height="65" patternUnits="userSpaceOnUse"><g>');
  352.  
  353. document.write('<polyline stroke-width="1" stroke="#CCCCCC" fill="#FFFFFF" points="0,0 125,0 125,65 0,65 0,0"><\/polyline>');
  354.  
  355. document.write('<polyline fill="#000052" points="0,0 52.5,0 52.5,35 0,35 0,0"><\/polyline>');
  356.  
  357.  
  358. for(y = 0;y < 70;y = y + 10){
  359. if(y > 39){var startPoint = 0;}
  360. else{var startPoint = 52.5;}
  361.  
  362. document.write('<polyline fill="#9C0000" points="'+startPoint+','+y+' 125,'+y+' 125,'+(y+5)+' '+startPoint+','+(y+5)+'"><\/polyline>');
  363. }
  364.  
  365. for(y = 0; y < 34;y = y + 7){
  366. for(x = 0; x < 51;x = x + 8.5){
  367.  
  368. document.write('<polyline fill="white" points="'+(x+2.5)+','+(y+3)+' '+(x+7.5)+','+(y+3)+' '+(x+3.5)+','+(y+6)+' '+(x+5)+','+(y+1)+' '+(x+6.5)+','+(y+6)+' '+(x+2.5)+','+(y+3)+'"><\/polyline>');
  369.  
  370. if ((y < 27) && (x < 42.5)){
  371. document.write('<polyline fill="white" points="'+(x+6.5)+','+(y+6.5)+' '+(x+11.5)+','+(y+6.5)+' '+(x+7.5)+','+(y+9.5)+' '+(x+9)+','+(y+4.5)+' '+(x+10.5)+','+(y+9.5)+' '+(x+6.5)+','+(y+6.5)+'"><\/polyline>');
  372. }
  373. }
  374. }
  375.  
  376. document.write('<\/g><\/pattern><\/defs>');
  377. document.write('<rect x="0" y="0" width="100%" height="100%" fill="url(#oldGlory)" \/>');
  378. document.write('<\/svg><\/span>');
  379. }
  380. </textarea>
  381.  
  382. <button onclick="copyCode('area50')">copy</button>
  383.  
  384.  
  385. <address>Lionel Mertens ~ 2019</address>
  386. </body>
  387. </html>
Advertisement
Add Comment
Please, Sign In to add comment