-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (19 loc) · 722 Bytes
/
index.html
File metadata and controls
20 lines (19 loc) · 722 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>AtByte - Right Things for You</title>
<link rel="icon" type="image/png" href="assets/atbyte-logo.png"/>
<!-- bootstrap css -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous">
<!-- home css -->
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="container">
<a href="p/test-page.html">Test-page</a>
</div>
<script src="script.js"></script>
</body>
</html>