mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-10 09:52:51 +00:00
init react
This commit is contained in:
24
index.html
Normal file
24
index.html
Normal file
@@ -0,0 +1,24 @@
|
||||
<!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&subset=latin,greek' rel='stylesheet' type='text/css'>
|
||||
<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>
|
||||
Reference in New Issue
Block a user