git ssb

1+

Daan Patchwork / patchwork



Tree: d57888ef7cadce4b33325b131c3bab518fe51cde

Files: d57888ef7cadce4b33325b131c3bab518fe51cde / styles / dracula / template.html

332 bytesRaw
1<!DOCTYPE html>
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