Initial commit
This commit is contained in:
parent
d5804ab210
commit
da434b7553
11 changed files with 17461 additions and 0 deletions
19
index.html
Normal file
19
index.html
Normal file
|
@ -0,0 +1,19 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>eEVee Tracker</title>
|
||||
<meta charset="UTF-8">
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id='navigation' style='overflow:auto;'>
|
||||
<div style='float:left;padding:10px;'><a href='index.html'>Tracker</a></div><div style='float:left;padding:10px;'><a href='about.html'>About</a></div>
|
||||
</div>
|
||||
<h1>Hello Trainer</h1>
|
||||
<div id="main_area"></div>
|
||||
<div id="opponent_search_field" style="margin-top:20px">
|
||||
<label for='opponent'>Opponent:</label><input type=text id='opponent' onkeyup='render_opponents()' size=42><br>
|
||||
</div>
|
||||
<div id="opponents_area"> </div>
|
||||
<script type="text/javascript" src="js/eevee.js"></script>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue