mirror of
https://github.com/CoderSherlock/CoderSherlock.github.io.git
synced 2026-06-13 08:08:10 -07:00
24 lines
846 B
HTML
24 lines
846 B
HTML
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<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');
|
|
|
|
ga('create', 'UA-82637164-1', 'auto');
|
|
ga('send', 'pageview');
|
|
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<h1 id="coder-sherlocks-website">Coder Sherlock's Website</h1>
|
|
<ul>
|
|
<li>My blog <a href="./blog.html">Mil años de solitario</a></li>
|
|
<li>My code repo <a href="./code.html">Don't try to be smart</a></li>
|
|
<li>About me <a href="./mycv.html">Curriculum Vitae</a></li>
|
|
</ul>
|
|
</body>
|
|
</html>
|