Updated Site to Damaj.tech
This commit is contained in:
parent
41012da170
commit
d4c9ddd9a1
6
404.html
6
404.html
|
@ -2,11 +2,11 @@
|
|||
<html lang="en-us" xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>damaj.gq 404!</title>
|
||||
<title>damaj.tech 404!</title>
|
||||
<link rel="stylesheet" href="../css/main.css">
|
||||
<meta content="damaj.gq" property="og:title" />
|
||||
<meta content="damaj.tech" property="og:title" />
|
||||
<meta content="404 not found!" property="og:description" />
|
||||
<meta content="https://damaj.gq" property="og:url" />
|
||||
<meta content="https://damaj.tech" property="og:url" />
|
||||
<meta content="#FD7717" data-react-helmet="true" name="theme-color" />
|
||||
|
||||
</head>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# damaj.gq
|
||||
# damaj.tech
|
||||
|
||||
Source code of my website!
|
||||
You MUST legally use the same license as me if you are willing to use/modify this website.
|
||||
|
|
|
@ -0,0 +1,14 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en-us" xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>damaj.gq 404!</title>
|
||||
<link rel="stylesheet" href="../css/main.css">
|
||||
<meta content="damaj.gq" property="og:title" />
|
||||
<meta content="404 not found!" property="og:description" />
|
||||
<meta content="https://damaj.gq" property="og:url" />
|
||||
<meta content="#FD7717" data-react-helmet="true" name="theme-color" />
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
|
@ -1,13 +1,13 @@
|
|||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>damaj.gq - Personal Site!</title>
|
||||
<link rel="stylesheet" href="css/main.css">
|
||||
<title>damaj.tech - Personal Site!</title>
|
||||
<link rel="stylesheet" href="css/main.css" type="text/css">
|
||||
<link rel="icon" type="image/x-icon" href="/favicon.ico">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta content="damaj.gq" property="og:title" />
|
||||
<meta content="damaj.tech" property="og:title" />
|
||||
<meta content="My Personnal Website!" property="og:description" />
|
||||
<meta content="https://damaj.gq" property="og:url" />
|
||||
<meta content="https://damaj.tech" 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'>
|
||||
|
|
|
@ -1,19 +1,19 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
<url>
|
||||
<loc>https://damaj.gq/</loc>
|
||||
<loc>https://damaj.tech/</loc>
|
||||
<lastmod>2022-12-27</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>1.0</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://damaj.gq/site/contact.php</loc>
|
||||
<loc>https://damaj.tech/site/contact.php</loc>
|
||||
<lastmod>2022-12-27</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.4</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://damaj.gq/stuff</loc>
|
||||
<loc>https://damaj.tech/stuff</loc>
|
||||
<lastmod>2022-12-27</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.0</priority>
|
||||
|
|
Before Width: | Height: | Size: 10 MiB After Width: | Height: | Size: 10 MiB |
Binary file not shown.
|
@ -1,3 +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>
|
||||
<p>site written and hosted by <a href="https://free-werewolf.top/">Emily</a>, Modified by me on vim. Massive thanks to her, she is awesome!</p>
|
||||
<div class="code">This site is <a href="https://github.com/Damaj301damaj-lol/damaj.gq">open source!</a></div>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<div class="logo">damaj.gq</div>
|
||||
<div class="logo">damaj.tech</div>
|
||||
<hr>
|
||||
<div class="links"> <a href=/index.php>[Home]</a> <a href=/site/contact.php>[Contact Me]</a> <a href=/site/others.php>[Other Sites]</a></div>
|
||||
<hr>
|
||||
|
|
Reference in New Issue