-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex - CDN version.html
40 lines (37 loc) · 1.66 KB
/
index - CDN version.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
29
30
31
32
33
34
35
36
37
38
39
40
<!-- Amandeep Singh - https://github.com/adsingh14 -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>CDN Starter Template | Bootstrap 5</title>
<!-- Stylesheet -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css">
<!-- Custom stylesheets after this line -->
</head>
<body class="bg-light">
<main class="container shadow-lg mt-5 pt-5 bg-white rounded-4">
<div class="row py-3 text-center">
<div class="col">
<h1>Welcome to Bootstrap 5</h1>
</div>
</div>
<div class="row text-center pb-5">
<div class="col">
<h2 class="font-italic mb-5 text-bg-primary rounded-4 px-5 py-1 d-inline">Starter Template</h2>
<div class="mt-5">
Check out the <mark>updated</mark> <a href="https://icons.getbootstrap.com/">Bootstrap Icons</a> library.
</div>
<a href="https://github.com/adsingh14"
class="btn btn-outline-dark rounded-4 d-inline-flex align-items-center justify-content-center mt-4">
<i class="bi bi-github fs-4 me-2"></i> GitHub
</a>
</div>
</div>
</main>
<!-- If you don't plan to use dropdowns, popovers, or tooltips, save some kilobytes by not including Popper. -->
<!-- <script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"></script> -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"></script>
</body>
</html>