diff --git a/404.html b/404.html new file mode 100755 index 0000000..2b0c683 --- /dev/null +++ b/404.html @@ -0,0 +1,14 @@ + + + + damaj.gq 404! + + + + + + + +

NOPE!, go back home or i will haunt your dreams.

+ + diff --git a/CNAME b/CNAME new file mode 100644 index 0000000..2419f8e --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +damaj.gq diff --git a/beta/css/main.css b/beta/css/main.css new file mode 100755 index 0000000..860e56b --- /dev/null +++ b/beta/css/main.css @@ -0,0 +1,35 @@ +html { + margin: auto; + width: 80%; + background-color: #131316; +} +body { + background-color: #1f2024; + box-shadow: 0px 0px 15px #000000; + padding: 80px; + border-radius: 5px; +} +p, h1, h2, h3, h4, h5, h6, pre, span { + font-family: monospace; + color: #f8f9f8; + font-size: 10pt; +} +hr { + border-color: #fd7717; + border-top: none; + +} +.logo { + font-size: 35pt; +} +.links { + font-size: 7pt; +} +a { + color: #fd7717; + text-decoration: none; + transition: 0.1s; +} +a:hover { + color: #89cff0; +} diff --git a/beta/index.php b/beta/index.php new file mode 100755 index 0000000..7b07671 --- /dev/null +++ b/beta/index.php @@ -0,0 +1,23 @@ + + + + damaj.gq + + + + + + + +
+ +

welcome to my website!

+ +

under construction!!

+ +

... in the meanwhile checkout my other websites :D

+

free-wii-u.gq +

soystemd.gq

+ + + diff --git a/beta/templates/footer.php b/beta/templates/footer.php new file mode 100755 index 0000000..4b83ed9 --- /dev/null +++ b/beta/templates/footer.php @@ -0,0 +1,2 @@ +
+

site written and hosted by Emily modified by me, massive thanks to her, she is awesome!

diff --git a/beta/templates/header.php b/beta/templates/header.php new file mode 100755 index 0000000..ee625d3 --- /dev/null +++ b/beta/templates/header.php @@ -0,0 +1,2 @@ +