mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-10 09:52:51 +00:00
22 lines
841 B
HTML
22 lines
841 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta name="author" content="Mitchell Gerber">
|
|
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab:300,400" rel="stylesheet">
|
|
<title>mitchel.io</title>
|
|
</head>
|
|
<body>
|
|
<script>
|
|
(function(i, s, o, g, r, a, m) {i['GoogleAnalyticsObject'] = r;i[r] = i[r] || function() {
|
|
(i[r].q = i[r].q || []).push(arguments)}, i[r].l = 1 * new Date();
|
|
a = s.createElement(o),m = s.getElementsByTagName(o)[0];a.async = 1;a.src = g;m.parentNode.insertBefore(a, m)})
|
|
(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
|
|
</script>
|
|
<!--it's happening!!!-->
|
|
<div id="app"></div>
|
|
</body>
|
|
</html>
|