All checks were successful
Swaous.Asuscomm Build / Build-Docker-Image (push) Successful in 35s
23 lines
504 B
HTML
23 lines
504 B
HTML
[?][#config.stx]
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
<head>
|
|
<title>[^title]</title>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width;initial-scale=1" />
|
|
<link rel="stylesheet" href="[^config.baseurl]/main.css" />
|
|
<link rel="icon" href="[^config.baseurl]/brand.png" />
|
|
</head>
|
|
<body>
|
|
<div>
|
|
<div id="toplogo"><img src="[^config.baseurl]/brand.png" /></div>
|
|
[#nav.html]
|
|
<div>
|
|
[^maincontent]
|
|
</div>
|
|
</div>
|
|
<script src="[^config.baseurl]/scrolly.js"></script>
|
|
</body>
|
|
</html>
|