Site upload + Add Blog
This commit is contained in:
parent
bd97124e0a
commit
e7ba8985db
12 changed files with 808 additions and 238 deletions
|
|
@ -1,23 +1,22 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en-us" xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>damaj.tech</title>
|
||||
<link rel="stylesheet" href="/css/main.css" type="text/css">
|
||||
<meta content="damaj.tech" property="og:title" />
|
||||
<meta content="Other Sites i have!" property="og:description" />
|
||||
<meta content="https://damaj.tech/site/others" property="og:url" />
|
||||
<meta content="#FD7717" data-react-helmet="true" name="theme-color" />
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div class="circle"></div>
|
||||
<?php include '/var/www/html/templates/header.php'; ?>
|
||||
|
||||
<h1>Checkout my other websites :D<h1>
|
||||
<p> <a href=https://free-wii-u.gq>free-wii-u.gq</a>
|
||||
<p> <a href=https://soystemd.gq>soystemd.gq</a> </p>
|
||||
<?php include '/var/www/html/templates/footer.php' ; ?>
|
||||
</body>
|
||||
</html>
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us" xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>damaj.tech</title>
|
||||
<link rel="stylesheet" href="/css/main.css" type="text/css">
|
||||
<meta content="damaj.tech" property="og:title" />
|
||||
<meta content="Other Sites i have!" property="og:description" />
|
||||
<meta content="https://damaj.tech/site/others" property="og:url" />
|
||||
<meta content="#FD7717" data-react-helmet="true" name="theme-color" />
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div class="circle"></div>
|
||||
<?php include '/templates/header.php'; ?>
|
||||
|
||||
<h1>Checkout my other websites :D<h1>
|
||||
<p> <a href=https://free-wii-u.gq>free-wii-u.gq</a>
|
||||
<?php include '/templates/footer.php' ; ?>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Reference in a new issue