Improve Codebase(or so i think)
This commit is contained in:
parent
c8f8ef975a
commit
d66b4ad0ab
|
@ -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;
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Reference in New Issue