adding back some stuff from old server
All checks were successful
Swaous.Asuscomm Build / Build-Docker-Image (push) Successful in 2m35s
All checks were successful
Swaous.Asuscomm Build / Build-Docker-Image (push) Successful in 2m35s
This commit is contained in:
23
default.html
Normal file
23
default.html
Normal file
@@ -0,0 +1,23 @@
|
||||
[?][#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 id="main">
|
||||
<div id="toplogo"><img src="[^config.baseurl]/brand.png" /></div>
|
||||
<h1 class="scrolly">Tyler Clarke</h1>
|
||||
[#nav.html]
|
||||
<div>
|
||||
[^content]
|
||||
</div>
|
||||
</div>
|
||||
<script src="[^config.baseurl]/scrolly.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user