1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-27 12:16:21 -04:00
jarv.is/static/awesome/index.html

31 lines
1.1 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>synonyms for awesome</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:600">
<link rel="stylesheet" href="normalize.css">
<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://scrabble.io" target="_blank" rel="noopener noreferrer nofollow"><img src="s.png"><span>made with &hearts; by scrabble</span></a>
</div>
<script>
window.ga=function(){ga.q.push(arguments)};ga.q=[];ga.l=+new Date;
ga('create','UA-1563964-4','auto');
ga('send','pageview');
</script>
<script src="https://www.google-analytics.com/analytics.js" async defer></script>
</body>
</html>