pushg
All checks were successful
CI/CD Pipeline / test (push) Successful in 1m37s

This commit is contained in:
2024-02-17 10:15:15 +01:00
parent 998ebd481e
commit 62a2cac78e
3 changed files with 11 additions and 8 deletions

View File

@ -1,13 +1,11 @@
<html>
<head>
<style>
h2,h3,h4,h5,h6 {
display: inline;
}
</style>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<h1>ABGB</h1>
{{content}}
<div class="container">
<h1>{{title}}</h1>
{{content}}
</div>
</body>
</html>