-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
20 lines (18 loc) · 930 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<title>Shivendra Saurav - Portfolio</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://shivendrasaurav.github.io/Fluent-Design-For-Web/fluent.js"></script>
<link href="https://shivendrasaurav.github.io/Fluent-Design-For-Web/fluent.css" type="text/css" rel="stylesheet">
<link href="https://shivendrasaurav.github.io/Fluent-Design-For-Web/Icons/css/icons.css" type="text/css" rel="stylesheet">
<link href="customstyles.css" type="text/css" rel="stylesheet">
</head>
<body>
<div class="large6 medium8 small10 center paddalil ta_center">
<h2 class="ta_center">Hey, Looking for my Portfolio</h2>
<h3 class="ta_center">It has moved</h3><br/></br>
<a class="here" href="https://shivendrasaurav.netlify.app/">Here</a>
</div>
</body>
</html>