forked from olton/metroui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.php
More file actions
19 lines (16 loc) · 804 Bytes
/
Copy pathheader.php
File metadata and controls
19 lines (16 loc) · 804 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/html">
<head>
<meta charset="utf-8">
<meta name="viewport" content="target-densitydpi=device-dpi, width=device-width, initial-scale=1.0, maximum-scale=1">
<meta name="description" content="Metro UI CSS">
<meta name="author" content="Sergey Pimenov">
<meta name="keywords" content="windows 8, modern style, Metro UI, style, modern, css, framework">
<link href="css/modern.css" rel="stylesheet">
<link href="css/modern-responsive.css" rel="stylesheet">
<link href="css/site.css" rel="stylesheet" type="text/css">
<link href="js/google-code-prettify/prettify.css" rel="stylesheet" type="text/css">
<title>Metro UI CSS</title>
</head>
<body class="modern-ui" onload="prettyPrint()">
<? include("navigation.php")?>