-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
24 lines (23 loc) · 887 Bytes
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="style.css" />
<link rel="icon" href="/image/app_logo.png" type="image/icon type">
<noscript>
<meta http-equiv="refresh" content="5;URL=https://example.com/">
</noscript>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet">
<title>BIT App</title>
</head>
<body>
<div id="main_container">
<img src="/image/app_logo.png" id="logo" />
<h1>BIT App 4.0</h1>
<h5>Simple android app for BIT Students</h5>
<a href="https://play.google.com/store/apps/details?id=com.atech.bit"><img src="/image/badge.png" id="playstore" ></img></a>
</div>
<script src="script.js"> </script>
</body>
</html>