-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (28 loc) · 1.04 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
<html>
<head>
<title>SCH - Supremacist cats hacktivist</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<style>
body{
background:orange;
}
</style>
</head>
<body>
<h1>Fuck the dogs</h1>
<p>Cats are the best</p>
<iframe src="https://giphy.com/embed/3o85xoi6nNqJQJ95Qc" width="480" height="480" frameBorder="0" class="giphy-embed" allowFullScreen></iframe>
<div class="card" style="width: 18rem;">
<div class="card-body">
<h5 class="card-title">Cat title</h5>
<h6 class="card-subtitle mb-2 text-muted">Card subtitle</h6>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<a href="#" class="card-link">Card link</a>
<a href="#" class="card-link">Another link</a>
</div>
</div>
<script>
alert("Cats rule the world !");
</script>
</body>
</html>