-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (32 loc) · 1.76 KB
/
index.html
File metadata and controls
33 lines (32 loc) · 1.76 KB
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
<html class="grey darken-3 white-text">
<head>
<meta charset="utf-8">
<title>Impact Cringe</title>
<!-- Search Engine -->
<meta name="description" content="A curated screenshot collection of 300 IQ impact users">
<meta name="image" content="https://cdn.discordapp.com/attachments/308653317834145802/586240232245035008/IMG_20190606_100915_928.jpg">
<!-- Schema.org for Google -->
<meta itemprop="name" content="Impact Cringe">
<meta itemprop="description" content="A curated screenshot collection of 300 IQ impact users">
<meta itemprop="image" content="https://cdn.discordapp.com/attachments/308653317834145802/586240232245035008/IMG_20190606_100915_928.jpg">
<!-- Twitter -->
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Impact Cringe">
<meta name="twitter:description" content="A curated screenshot collection of 300 IQ impact users">
<meta name="twitter:image:src" content="https://cdn.discordapp.com/attachments/308653317834145802/586240232245035008/IMG_20190606_100915_928.jpg">
<link rel="stylesheet" href="css/materialize.css">
</head>
<nav role="navigation" class="hoverable">
<div class="nav-wrapper container">
<a class="brand-logo center">Impact Cringe</a>
</div>
</nav>
<div class="center">
<h3>A collection of individuals with an IQ over 300.</h3>
<h1 id="preload">Loading images please wait...</h1>
</div>
<div class="row" id="imagecontainer"></div>
<script crossorigin="anonymous" src="https://polyfill.io/v3/polyfill.min.js?features=es6%2Cfetch%2CPromise%2CJSON%2Cconsole.log%2CElement"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>
<script src="js/autoadd.js"></script>
</html>