-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (22 loc) · 859 Bytes
/
index.html
File metadata and controls
25 lines (22 loc) · 859 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required tags -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<!-- Page info -->
<title>ScratchSuite</title>
<link rel="favicon" href="https://avatars.githubusercontent.com/u/80575126?s=200&v=4">
<link rel="shortcut icon" href="https://avatars.githubusercontent.com/u/80575126?s=200&v=4">
<!-- Bootstrap CSS and JS-->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/css/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/js/bootstrap.bundle.min.js"></script>
<!-- ScratchSuite CSS and JS -->
<link rel="stylesheet" href="ss.css">
</head>
<body>
<div class="row">
</div>
<script src="script.js"></script>
</body>
</html>