Tin Helmand
This commit is contained in:
parent
e8dece493d
commit
08a19b6a1e
1 changed files with 24 additions and 0 deletions
24
SiteRefresh/Projects/TinHelmand.html
Normal file
24
SiteRefresh/Projects/TinHelmand.html
Normal 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>
|
Loading…
Reference in a new issue