mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
@@ -5,7 +5,8 @@
|
|||||||
else $list=$list[1];
|
else $list=$list[1];
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<html>
|
<html xmlns="http://www.w3.org/1999/xhtml"
|
||||||
|
xmlns:fb="http://ogp.me/ns/fb#">
|
||||||
<head>
|
<head>
|
||||||
<?php include("php/header.php"); ?>
|
<?php include("php/header.php"); ?>
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
@@ -3,4 +3,6 @@
|
|||||||
<link rel="stylesheet" type="text/css" href="static/style.css" title="Default" />
|
<link rel="stylesheet" type="text/css" href="static/style.css" title="Default" />
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||||
<link rel="icon" type="image/png" href="static/favicon.png"/>
|
<link rel="icon" type="image/png" href="static/favicon.png"/>
|
||||||
<link rel="stylesheet" type="text/css" href="static/controlstyle.css">/
|
<link rel="stylesheet" type="text/css" href="static/controlstyle.css" />
|
||||||
|
<meta property="og:image" content="static/Logo.png" />
|
||||||
|
|
||||||
|
|||||||
@@ -31,7 +31,8 @@ foreach($dir as $files){
|
|||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<html>
|
<html xmlns="http://www.w3.org/1999/xhtml"
|
||||||
|
xmlns:fb="http://ogp.me/ns/fb#">
|
||||||
<head>
|
<head>
|
||||||
<?php include("php/header.php"); ?>
|
<?php include("php/header.php"); ?>
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
Reference in New Issue
Block a user