Improve Codebase(or so i think)

This commit is contained in:
Mohamad Damaj 2022-12-21 12:28:55 +00:00
parent c8f8ef975a
commit d66b4ad0ab
5 changed files with 14 additions and 6 deletions

View File

@ -21,9 +21,14 @@ hr {
}
.logo {
font-size: 35pt;
text-align: center;
display: block;
color: #FFFFFF;
}
.links {
font-size: 10pt;
text-align: center;
display: block;
}
a {
color: #fd7717;

View File

@ -1,15 +1,16 @@
<!DOCTYPE html>
<html lang="en-us" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8">
<title>damaj.gq</title>
<link rel="stylesheet" href="css/main.css">
<meta charset="utf-8">
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<meta name="Damaj.gq" content="Welcome to the home of Damaj301damaj!">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<center><?php include '/var/www/html/~mohamad/templates/header.php' ; ?></center>
<?php include '/var/www/html/~mohamad/templates/header.php' ; ?>
<div class="postContainer">
<div class="post">

View File

@ -1,10 +1,11 @@
<!DOCTYPE html>
<html lang="en-us" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8">
<title>damaj.gq</title>
<link rel="stylesheet" href="../css/main.css">
<meta charset="utf-8">
<meta name="Contact Info">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>

View File

@ -1,9 +1,10 @@
<!DOCTYPE html>
<html lang="en-us" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<title>damaj.gq</title>
<link rel="stylesheet" href="../css/main.css">
<meta charset="utf-8">
<meta name="Other Sites!" content="Other sites i host">
</head>

View File

@ -1,4 +1,4 @@
<a><span class="logo">damaj.gq</a>
<div class="logo">damaj.gq</div>
<hr>
<span class="links"> <a href=/index.php>[Home]</a> <span class="links"><a href=/site/contact.php>[Contact Me]</a> <span class="links"> <a href=/site/others.php>[Other Sites]</a>
<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>