mirror of
https://github.com/jakejarvis/synonyms-for-awesome.git
synced 2025-04-26 14:18:27 -04:00
43 lines
1.5 KiB
HTML
43 lines
1.5 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Synonyms for Awesome</title>
|
|
<meta name="description" content="Make adjectives supercalifragilisticexpialidocious again.">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:600">
|
|
<link rel="stylesheet" href="awesome.css">
|
|
<link rel="shortcut icon" href="favicon.ico">
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
|
|
<script src="awesome.js"></script>
|
|
</head>
|
|
<body>
|
|
<div id="container">
|
|
<span id="synonym"></span>
|
|
</div>
|
|
<div id="footer">
|
|
<a href="https://jarv.is/" target="_blank" rel="noopener">
|
|
<span>made with ❤️ by</span>
|
|
<img src="s.png">
|
|
<span>scrabble</span>
|
|
</a>
|
|
</div>
|
|
<script>
|
|
var _paq = _paq || [];
|
|
_paq.push(['setRequestMethod', 'POST']);
|
|
_paq.push(['setSecureCookie', true]);
|
|
_paq.push(['trackPageView']);
|
|
_paq.push(['enableLinkTracking']);
|
|
_paq.push(['enableHeartBeatTimer']);
|
|
(function() {
|
|
var u='https://stats.jarv.is/';
|
|
_paq.push(['setTrackerUrl', u+'m.php']);
|
|
_paq.push(['setSiteId', '7']);
|
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
|
g.async=true; g.defer=true; g.src=u+'m.js'; s.parentNode.insertBefore(g,s);
|
|
})();
|
|
</script>
|
|
</body>
|
|
</html>
|