Lots of crap
This commit is contained in:
parent
b224c85d8c
commit
eead312a4f
1
404.html
1
404.html
|
@ -4,7 +4,6 @@
|
|||
<meta charset="utf-8">
|
||||
<title>damaj.gq 404!</title>
|
||||
<link rel="stylesheet" href="../css/main.css">
|
||||
// Embed bloat!!!!
|
||||
<meta content="damaj.gq" property="og:title" />
|
||||
<meta content="404 not found!" property="og:description" />
|
||||
<meta content="https://damaj.gq" property="og:url" />
|
||||
|
|
|
@ -30,6 +30,11 @@ hr {
|
|||
text-align: center;
|
||||
display: block;
|
||||
}
|
||||
.code {
|
||||
text-align: center;
|
||||
display: block;
|
||||
color: #ffffff;
|
||||
}
|
||||
a {
|
||||
color: #fd7717;
|
||||
text-decoration: none;
|
||||
|
|
|
@ -1,16 +1,17 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en-us" xmlns="http://www.w3.org/1999/xhtml">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>damaj.gq</title>
|
||||
<title>damaj.gq - Personal Site!</title>
|
||||
<link rel="stylesheet" href="css/main.css">
|
||||
<link rel="icon" type="image/x-icon" href="/favicon.ico">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
// Embed bloat!!!!
|
||||
<meta content="damaj.gq" property="og:title" />
|
||||
<meta content="My Personnal Website!" property="og:description" />
|
||||
<meta content="https://damaj.gq" property="og:url" />
|
||||
<meta content="#FD7717" data-react-helmet="true" name="theme-color" />
|
||||
<meta name="msvalidate.01" content="603549558ED490A6863931BDED94963B" />
|
||||
<meta http-equiv='content-language' content='en-LB'>
|
||||
<meta name='description' content='Home of the Damaj301damaj guy, you probably know me, or not. but welcome, here i have a bunch of information and i use this for cool hosting purposes!'>
|
||||
</head>
|
||||
<body>
|
||||
<?php include '/var/www/html/~mohamad/templates/header.php' ; ?>
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
<title>damaj.gq</title>
|
||||
<link rel="stylesheet" href="../css/main.css">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
// Embed bloat!!!!
|
||||
<meta content="damaj.gq" property="og:title" />
|
||||
<meta content="Contact Me!" property="og:description" />
|
||||
<meta content="https://damaj.gq" property="og:url" />
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>damaj.gq</title>
|
||||
<link rel="stylesheet" href="../css/main.css">
|
||||
// Embed bloat!!!!
|
||||
<meta content="damaj.gq" property="og:title" />
|
||||
<meta content="Other Sites i have!" property="og:description" />
|
||||
<meta content="https://damaj.gq" property="og:url" />
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
After Width: | Height: | Size: 10 MiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,2 +1,3 @@
|
|||
<hr>
|
||||
<p>site written and hosted by <a href="https://donut.gq/">Emily</a>, Modified by me on vim. Massive thanks to her, she is awesome!</p>
|
||||
<div class="code">This site is <a href="https://git.donut.gq/Damaj301damaj-lol/damaj.gq">open source!</a></div>
|
||||
|
|
Reference in New Issue