-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
33 lines (30 loc) · 1.36 KB
/
index.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?php
session_start();
?>
<!DOCTYPE html>
<html>
<head>
<meta />
<!--Import Google Icon Font-->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"/>
<!--Import materialize.css-->
<link type="text/css" rel="stylesheet" href="css/materialize.min.css" media="screen,projection"/>
<!-- import for profile css -->
<link type="text/css" rel="stylesheet" href="css/profile.css" media="screen,projection"/>
<!-- import for vertical timeline -->
<link rel="stylesheet" href="css/style.css"> <!-- Resource style -->
<link rel="stylesheet" href="css/reset.css"> <!-- CSS reset -->
<script src="js/modernizr.js"></script> <!-- Modernizr -->
<!--Let browser know website is optimized for mobile-->
<meta name="viewport" content="width=device-width, initial-scale=1.0" charset="utf-8"/>
</head>
<body>
<!--Import jQuery before materialize.js-->
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script type="text/javascript" src="js/materialize.min.js"></script>
<!-- Import ajax -->
<script type="text/javascript" src="ajax/index.js"></script>
<div id="header"></div>
<div id="content"></div>
<div id="footer"></div>
<script type="text/javascript" src="ajax/index.js"></script>