forked from Jashaul/inheritance-hack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsplash.html
More file actions
31 lines (26 loc) · 1010 Bytes
/
splash.html
File metadata and controls
31 lines (26 loc) · 1010 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
<!DOCTYPE html>
<html>
<head>
<title>Synthetic Biology</title>
<link href="css/splash.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="css/materialize.css" rel="stylesheet" type="text/css" media="screen,projection">
<script type="text/javascript" src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<script type="text/javascript" src="js/materialize.js"></script>
<script type="text/javascript" src="js/index.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
</head>
<body>
<div class="bgimg" style="font-family:roboto">
<div class="center">
<h1>E-learning Module</h1>
<p>For</p>
<img src="res/12.png" width="250px" height="250px">
<h1>Brought to you</h1>
<p>By</p>
<img src="res/111.png" width="150px" height="150px">
<br/><br/><a class="waves-effect waves-light green btn" href="index.html">Enter</a>
</div>
</div>
</body>
</html>