Tin Helmand

This commit is contained in:
limepot 2022-11-06 21:41:19 -07:00
parent e8dece493d
commit 08a19b6a1e

View file

@ -0,0 +1,24 @@
<!DOCTYPE html>
<html>
<head>
<meta charset = "utf-8" />
<title>
Home
</title>
<!-- add icon link -->
<link rel = "icon" href = "assets/obo-icon.png"
type = "image/x-icon">
<style>
body {
background-image: url('/assets/polygon-scatter-pond.svg');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
}
</style>
</head>
<body>
<p>A PSX Style Horror/Surreal gaming experience, surrounding the strange and unkown lands of our own minds.</p>
<a href="https://github.com/LimePotato/TinHelmand">Temporarily Private Github Repository</a>
</body>