-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtemptemp
41 lines (34 loc) · 1.87 KB
/
temptemp
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
<link rel="stylesheet" href="../static/css/ModelStyle.css">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/3/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Poppins">
<script type="text/javascript" src="../static/js/dtable.js"></script>
<script type="text/javascript" src="../static/js/dtable11.js"></script>
<script type="text/javascript" src="../static/js/dtable2.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link href="../static/css/NavBar.css" rel="stylesheet">
<title> Genres </title>
</head>
<body>
<ul id = "navbar">
<li id = "nav"><a href ={{url_for('index')}}>Streamer Surf</a></li>
<li id = "nav"><a href ={{url_for('streamers')}}>Streamers</a></li>
<li id = "nav"><a href ={{url_for('games')}}>Games</a></li>
<li id = "nav"><a href ={{url_for('genres')}}>Genres</a></li>
<li id = "nav" style="float:right;"><a href = {{url_for('about')}}>About</a></li>
</ul>
<link href="../static/css/NavBar.css" rel="stylesheet">
<ul id = "navbar">
<li id = "nav"><a href ={{url_for('index')}}>Streamer Surf</a></li>
<li id = "nav"><a href ={{url_for('streamers')}}>Streamers</a></li>
<li id = "nav"><a href ={{url_for('games')}}>Games</a></li>
<li id = "nav"><a href ={{url_for('genres')}}>Genres</a></li>
<li id = "nav" style="float:right;"><a href = {{url_for('about')}}>About</a></li>
</ul>
<ul>
<a href={{url_for('rpg')}}><li>RPG</li></a>
<a href={{url_for('sports')}}><li>Sports</li></a>
<a href={{url_for('shooter')}}><li>Shooter</li></a>
<a href={{url_for('strategy')}}><li>Strategy</li></a>
<a href={{url_for('survival')}}><li>Survival</li></a>
<a href={{url_for('racing')}}><li>Racing</li></a>
</ul>