electrikjesus | 364562c | 2017-04-28 15:31:27 -0400 | [diff] [blame^] | 1 | <!DOCTYPE html> |
| 2 | <html> |
| 3 | |
| 4 | <head> |
| 5 | <meta charset='utf-8' /> |
| 6 | <meta http-equiv="X-UA-Compatible" content="chrome=1" /> |
| 7 | <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> |
| 8 | <meta name="description" content="BlissRoms - Command Line Website" /> |
| 9 | |
| 10 | <link rel="stylesheet" type="text/css" media="screen" href="style.css"> |
| 11 | |
| 12 | <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script> |
| 13 | <script src="//codepen.io/OfficialAntarctica/pen/dcdf9b1e328493afd4bd982ed98266d3.js"></script> |
| 14 | <script src="script.js"></script> |
| 15 | |
| 16 | <title>BlissRoms.io - Command Line Website</title> |
| 17 | </head> |
| 18 | |
| 19 | <body> |
| 20 | |
| 21 | <!-- HEADER --> |
| 22 | |
| 23 | <div class="stream"></div> |
| 24 | <div class="line editline"> |
| 25 | <p class="time"></p> |
| 26 | <p class="name">></p> |
| 27 | <p contenteditable="true" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" class="information edit"></p> |
| 28 | </div> |
| 29 | |
| 30 | </body> |
| 31 | </html> |