forked from Fadeoc/fadeoc.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfeve.html
More file actions
34 lines (25 loc) · 840 Bytes
/
feve.html
File metadata and controls
34 lines (25 loc) · 840 Bytes
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
<html>
<head>
<meta charset="utf-8">
<title>A Fadeoc EVE Guide</title>
<style type = "text/css">
body{margin-left:5%; line-height:1.7;}
body,a{color:#FFFFFF;}
</style>
<script type = "text/javascript">
function showPic(picx){
var holdspace = document.getElementById("holdspace");
var pichref = picx.getAttribute("href");
holdspace.setAttribute("src",pichref);
}
</script>
</head>
<body background="feve-pics/Rhea_Confessor_1920x1200.jpg">
<h1>A Fadeoc PVE Guide (Tiamat)</h1>
<ol>
<li><a href="feve-pics/damagetype.jpg" onclick = "showPic(this); return false;" title="damage type">Damage Types</a></li>
<li><a href="feve-pics/falloff.jpg" onclick = "showPic(this); return false;" title="falloff">Falloff Effects</a></li>
</ol>
<img id="holdspace" src="" alt="">
</body>
</html>