imported theme and posts from WP

This commit is contained in:
Timothy Rogers 2021-06-27 03:03:18 -04:00
parent 2266e3ddc5
commit c5892a5972
60 changed files with 1095 additions and 21 deletions

View file

@ -0,0 +1,22 @@
<!DOCTYPE html>
<html>
{{- partial "head.html" . -}}
<body>
{{- partial "header.html" . -}}
<main role="main">
<div class="jumbotron">
<div class="container">
<div class="row">
<div class="col-md-auto">
<img src="images/avatar.png" class="rounded float-left" alt="avatar"/>
</div>
<div class="col-6">
<h1 class="display-3">HACK13's Site</h1>
<p>Just another fox on the internet.<br>
<strong>Other Aliases:</strong> Timothy Vyper, kite552, dothacker552</p>
</div>
</div>
</div>
</div>
{{ partial "footer.html" . }}