-
Notifications
You must be signed in to change notification settings - Fork 9
/
index.html
49 lines (47 loc) · 1.48 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html>
<head>
<title>THE UNDERDOGS</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"
/>
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO"
crossorigin="anonymous"
/>
<link
href="https://fonts.googleapis.com/css?family=Staatliches"
rel="stylesheet"
/>
<link
rel="shortcut icon"
type="image/jpeg"
href="UDC-crew/assets/Front_page/logo.jpeg"
/>
<link rel="stylesheet" href="index.css" />
</head>
<body>
<section class=" home-section">
<div class="crew">
<a href="UDC-crew/crew.html"
><div id="udc" class="text-background text-center">
<h3 class="crew-label">UNDERDOGS CREW</h3>
</div></a
>
<!--<img src="UDC-crew/assets/Front_page/logo.jpeg" class="logo-crew"/>-->
</div>
<div class="band">
<a href="UDC-band/band.html"
><div id="tlf" class="text-background text-center">
<h3 class="crew-label">ACE OF SPADES</h3>
</div></a
>
<!--<img src="UDC-band/assets/Front_page/logo.jpeg" class="logo-band"/>-->
</div>
</section>
</body>
</html>