-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
23 lines (22 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
20
21
22
23
<!DOCTYPE html>
<html>
<head>
<title>Mynsweepa</title>
<link rel="stylesheet" type="text/css" href="index.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Raleway&display=swap" rel="stylesheet">
<link rel="shortcut icon" type="image/png" href="favicon.png">
<meta charset="utf-8">
<meta name="viewport" content="width=1024">
</head>
<body>
<center>
<div style="border: 1px solid black; border-radius: 2px; width: 50%; margin-top: 5px;">
<h1 style="text-align: center;">Akylus Mynsweepa</h1>
<h3 style="text-align: center;">Hit Run to start the game!</h3>
<p>Fork/Star this project </p><a href="https://github.com/akylus/mynsweepa/">here</a>
</div>
</center>
<p style="text-align: center;"><iframe src="https://trinket.io/pygame/ae2808f602?outputOnly=true&runOption=run&start=result" width="100%" height="800" frameborder="0" marginwidth="0" marginheight="0" allowfullscreen><h2>IFRAME FAILED TO LOAD</h2></iframe></p>
</body>
</html>