Improve Codebase(or so i think)
This commit is contained in:
parent
c8f8ef975a
commit
d66b4ad0ab
|
@ -21,9 +21,14 @@ hr {
|
||||||
}
|
}
|
||||||
.logo {
|
.logo {
|
||||||
font-size: 35pt;
|
font-size: 35pt;
|
||||||
|
text-align: center;
|
||||||
|
display: block;
|
||||||
|
color: #FFFFFF;
|
||||||
}
|
}
|
||||||
.links {
|
.links {
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
|
text-align: center;
|
||||||
|
display: block;
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
color: #fd7717;
|
color: #fd7717;
|
||||||
|
|
|
@ -1,15 +1,16 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en-us" xmlns="http://www.w3.org/1999/xhtml">
|
<html lang="en-us" xmlns="http://www.w3.org/1999/xhtml">
|
||||||
<head>
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
<title>damaj.gq</title>
|
<title>damaj.gq</title>
|
||||||
<link rel="stylesheet" href="css/main.css">
|
<link rel="stylesheet" href="css/main.css">
|
||||||
<meta charset="utf-8">
|
|
||||||
<link rel="icon" type="image/x-icon" href="/favicon.ico">
|
<link rel="icon" type="image/x-icon" href="/favicon.ico">
|
||||||
<meta name="Damaj.gq" content="Welcome to the home of Damaj301damaj!">
|
<meta name="Damaj.gq" content="Welcome to the home of Damaj301damaj!">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<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="postContainer">
|
||||||
<div class="post">
|
<div class="post">
|
||||||
|
|
|
@ -1,10 +1,11 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en-us" xmlns="http://www.w3.org/1999/xhtml">
|
<html lang="en-us" xmlns="http://www.w3.org/1999/xhtml">
|
||||||
<head>
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
<title>damaj.gq</title>
|
<title>damaj.gq</title>
|
||||||
<link rel="stylesheet" href="../css/main.css">
|
<link rel="stylesheet" href="../css/main.css">
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta name="Contact Info">
|
<meta name="Contact Info">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
|
@ -1,9 +1,10 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en-us" xmlns="http://www.w3.org/1999/xhtml">
|
<html lang="en-us" xmlns="http://www.w3.org/1999/xhtml">
|
||||||
<head>
|
<head>
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<meta charset="utf-8">
|
||||||
<title>damaj.gq</title>
|
<title>damaj.gq</title>
|
||||||
<link rel="stylesheet" href="../css/main.css">
|
<link rel="stylesheet" href="../css/main.css">
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta name="Other Sites!" content="Other sites i host">
|
<meta name="Other Sites!" content="Other sites i host">
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<a><span class="logo">damaj.gq</a>
|
<div class="logo">damaj.gq</div>
|
||||||
<hr>
|
<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>
|
<hr>
|
||||||
|
|
Reference in New Issue