Files: 3451510316992d414ec76ba5b29681fe359b7428 / styles / dracula / template.html
332 bytesRaw
1 | |
2 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
3 | <link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css"> |
4 | <html> |
5 | |
6 | <style> |
7 | .w3-half {height:200;padding-top:16px} |
8 | </style> |
9 | |
10 | <body> |
11 | <div align="left" width="500px"> |
12 | <div class="w3-row"> |
13 | {divs} |
14 | </div> |
15 | </div> |
16 | </body> |
17 | </html> |
18 |
Built with git-ssb-web