-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
33 lines (24 loc) · 1002 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
25
26
27
28
29
30
31
32
33
<!doctype html>
<html lang="en" class="h-100">
<head>
<meta charset="utf-8">
<title>cambridge.studio</title>
<!-- Bootstrap core CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
</head>
<body class="d-flex h-100 text-center text-white bg-dark">
<div class="cover-container d-flex w-100 h-100 p-3 mx-auto flex-column">
<!-- --------------------------- -->
<!-- ----- CONTAINER START ----- -->
<!-- --------------------------- -->
<header class="mb-auto"></header>
<main class="px-3">
<h1 class="display-1">cambridge.studio</h1>
</main>
<footer class="mt-auto text-white-50"></footer>
<!-- --------------------------- -->
<!-- ----- CONTAINER END ------- -->
<!-- --------------------------- -->
</div>
</body>
</html>