-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
60 lines (58 loc) · 2.33 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html>
<head>
<link href=”assessments/_css/media.css” rel=”stylesheet” media=”screen”>
<meta charset="utf-8" name="viewport">
<title>Page Name | Site Name - Description</title>
</head>
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<body class='home'>
<header>
<h1>
Dark Front Saga
</h1>
</header>
<link href="/assessments/_css/index.css" rel="stylesheet">
<nav>
<ul>
<li>
<a class="a-home active" href="/index.php" title=”View index”><span>Dark</span> Front</a>
</li>
<li>
<a class="a-characters" href="/Character.php" title=”View”><span>Characters</span></a>
</li>
<li>
<a class="a-story" href="/Story.php" title=”View”><span>Story</span></a>
</li>
<li>
<a class="a-art" href="/Art.php" title=”View”><span>Art</span></a>
</li>
<li>
<a class="a-episodes" href="/Episodes.php" title=”Episodes”><span>Episode</span></a><a class="a-support" href="/Support.php" title=”View”><span>Support</span></a>
</li>
<li>
<a class="a-contact" href="/Contact.php" title=”View”><span>About Us</span></a>
</li>
<li>
<a class="a-new" href="/New.php" title=”View”><span>New</span></a>
</li>
</ul>
</nav>
<img class ="header" src="/assessments/pictures/header graphic.jpg" alt="header graphic" />
<object id='flash' type="application/x-shockwave-flash" data="/assessments/vid/prologue3.swf"
width="1060" height="596">
<param name="movie" value="/assessments/vid/prologue3.swf" />
<param name="quality" value="high" />
</object>
<br>
<footer>
<a href="/assessments/siteplan.php" title=”Viewsiteplan”>Site Plan</a>
<a href="/assessments/practice week02.php" title=”ViewPractice”>Persona & plan</a>
<a href="/assessments/practice.php" title=”View the Deliberate Practice Plan”>Home</a>
<a href="/assessments/journal.php" title=”viewjournal">journals</a>
<a href="/index.php" title=”View the Deliberate Practice Plan”>Home Page</a>
<a href="/assessments/practice.php" title=”View the Deliberate Practice Plan”>Deliberate Practice</a>
</footer>
</body>
</html>