-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPresentation.html
41 lines (31 loc) · 941 Bytes
/
Presentation.html
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
<html>
<head>
<meta charset="utf-8">
<title>Presentation Page</title>
</head>
<body>
<h1 align="center">ECSC 407 Web Technology</h1>
<h2 align="center">Coursework</h2>
<center><img src="images/webtech%20logo3.PNG" height="50%" width="30%"></center>
<br/>
<div id="tip">
<div class="stop">
<marquee scrolldelay="10" truespeed="10" loop="1" direction="right" behavior="slide">Binu Senevirathne<br/>Keshav Kumaresan<br/>Ibrahim Naazir<br/>Minhaz Irphan<br/>Hussain Mustafa</marquee>
</div>
</div>
<meta http-equiv="refresh" content="5;URL='html/Login.html'">
</body>
</html>
<style>
@import url(http://fonts.googleapis.com/css?family=Quicksand);
body{
font-size: 20px;
font-family:cursive;
color: white;
background-image: url(images/bg.jpg);
}
h1,h2{
font-family: 'Quicksand';
}
.stop{width:54%;}
</style>