-
Notifications
You must be signed in to change notification settings - Fork 4
/
start.html
28 lines (23 loc) · 940 Bytes
/
start.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
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>SAHAYOGI</title>
<link rel='stylesheet' href='//fonts.googleapis.com/css?family=Lato:700'><link rel="stylesheet" href="./start_style.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body>
<!-- partial:index.partial.html -->
<div class = "flex_container">
<div class="starwars-demo">
<img src="assets\img\SAHAYOGI.jpg" alt="Wars" class="wars">
<h2 class="byline" id="byline">The saviour of the future</h2>
<div class = "button_row">
<button onclick = "window.location.href = 'index_h.html';" class="custom-btn btn-8">हिंदी में जारी रखें</button>
<button onclick="window.location.href = 'index.html';" class="custom-btn btn-8">Continue in English</button>
</div>
</div>
<!-- partial -->
<script src="./script.js"></script>
</body>
</html>