-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
21 lines (21 loc) · 892 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<title>main | graphics</title>
<link rel="stylesheet" type="text/css" href="new.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<h4><a href="signin.html" class="toprightnew "> Sign-In</a></h4>
<h4><a href="register.html" class="topright "> Register</a></h4>
</head>
<body>
<h1 class="animated infinite bounce delay-2s "> GRAPHICAL AND ANIMATION </h1>
<h3 class="jello infinite delay-2s"> welcome to the page of images.</h3>
<h4> give it a try </h4>
<a href="abstract.html">
<img alt="graphics" src="logos\graphics.jpg" alt="GRAPHICAL"></a>
<a href="Bike index.html">
<img alt="BIKE" class="newimage"src="logos\fast_bike.jpg" alt="Bike"></a>
<a href="Car index.html">
<img alt="BIKE" class="newimage"src="logos\car.jpg" alt="car"></a>
</body>
</html>