website-risg/templates/index.html

14 lines
141 B
HTML
Raw Normal View History

2024-02-17 09:44:08 +01:00
<html>
<head>
<style>
h2,h3,h4,h5,h6 {
display: inline;
}
</style>
</head>
<body>
<h1>ABGB</h1>
{{content}}
</body>
</html>