create first rough html output
This commit is contained in:
13
templates/index.html
Normal file
13
templates/index.html
Normal file
@ -0,0 +1,13 @@
|
||||
<html>
|
||||
<head>
|
||||
<style>
|
||||
h2,h3,h4,h5,h6 {
|
||||
display: inline;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>ABGB</h1>
|
||||
{{content}}
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user