Marijn csscleanup #43
@@ -1,8 +1,11 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<?php
|
<head>
|
||||||
include("views/head.php");
|
<?php include("views/head.php"); ?>
|
||||||
?>
|
<style>
|
||||||
|
@import url("styles/adminpanel.css");
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
|
|||||||
@@ -1,8 +1,11 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<?php
|
<head>
|
||||||
include("views/head.php");
|
<?php include("views/head.php"); ?>
|
||||||
?>
|
<style>
|
||||||
|
@import url("styles/chat.css");
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
|
|||||||
@@ -1,8 +1,11 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<?php
|
<head>
|
||||||
include("views/head.php");
|
<?php include("views/head.php"); ?>
|
||||||
?>
|
<style>
|
||||||
|
@import url("styles/profile.css");
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
|
|||||||
@@ -1,8 +1,11 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<?php
|
<head>
|
||||||
include("views/head.php");
|
<?php include("views/head.php"); ?>
|
||||||
?>
|
<style>
|
||||||
|
@import url("styles/profile.css");
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
|
|||||||
@@ -1,8 +1,11 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<?php
|
<head>
|
||||||
include("views/head.php");
|
<?php include("views/head.php"); ?>
|
||||||
?>
|
<style>
|
||||||
|
@import url("styles/search.css");
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
|
|||||||
@@ -1,6 +1,11 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
|
<head>
|
||||||
<?php include("views/head.php"); ?>
|
<?php include("views/head.php"); ?>
|
||||||
|
<style>
|
||||||
|
@import url("styles/settings.css");
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
|
|||||||
@@ -1,8 +1,11 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<?php
|
<head>
|
||||||
include("views/head.php");
|
<?php include("views/head.php"); ?>
|
||||||
?>
|
<style>
|
||||||
|
/*Insert own stylesheet here ;)*/
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
<head>
|
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>MyHyvesbook+</title>
|
<title>MyHyvesbook+</title>
|
||||||
<!-- Add your javascript files here. -->
|
<!-- Add your javascript files here. -->
|
||||||
@@ -8,14 +7,8 @@
|
|||||||
<style>
|
<style>
|
||||||
/* Add your css files here. */
|
/* Add your css files here. */
|
||||||
@import url("styles/main.css");
|
@import url("styles/main.css");
|
||||||
@import url("styles/profile.css");
|
|
||||||
@import url("styles/font-awesome.css");
|
@import url("styles/font-awesome.css");
|
||||||
@import url("styles/header.css");
|
@import url("styles/header.css");
|
||||||
@import url("styles/menu.css");
|
@import url("styles/menu.css");
|
||||||
@import url("styles/footer.css");
|
@import url("styles/footer.css");
|
||||||
@import url("styles/search.css");
|
|
||||||
@import url("styles/adminpanel.css");
|
|
||||||
@import url("styles/chat.css");
|
|
||||||
@import url("styles/settings.css");
|
|
||||||
</style>
|
</style>
|
||||||
</head>
|
|
||||||
|
|||||||
Reference in New Issue
Block a user