-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
19 lines (19 loc) · 1.17 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<html>
<head>
<title>SuperThrones</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-eOJMYsd53ii+scO/bJGFsiCZc+5NDVN2yr8+0RDqr0Ql0h+rP48ckxlpbzKgwra6" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="photos/favicon.ico" type="image/x-icon">
</head>
<body style="background-color: black;" >
<div style="margin: auto; width: 50%;text-align: center;">
<h1>SuperThrones</h1>
<button type="button" class="btn btn-outline-light" onclick="location.href = './home.html';" >Let us win the battle</button>
</div>
<div>
<img src="photos/thrones.jpg" alt="a picture of thrones" width="50%" class="img-center" >
</div>
<footer style="text-align: center;"> © 2021 All rights reserved by MT </footer>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-JEW9xMcG8R+pH31jmWH6WWP0WintQrMb4s7ZOdauHnUtxwoG2vI5DkLtS3qm9Ekf" crossorigin="anonymous"></script>
</body>
</html>