Skip to content
Permalink
fe8b587a61
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
25 lines (24 sloc) 808 Bytes
<!doctype html>
<html lang="en">
<head>
<base href="/">
<meta charset='utf-8'>
<link href="css/compiled/app.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="app"></div>
<script src="js/extra.js"></script>
<script src="js/compiled/app.js"></script>
<script>ulysses.core.init();</script>
<!-- Google Analytics -->
<script>
console.log(ulysses.config.google_analytics_code);
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', ulysses.config.google_analytics_code, 'auto');
ga('require', 'autotrack');
ga('send', 'pageview');
</script>
<script async src="https://www.google-analytics.com/analytics.js"></script>
<!-- End Google Analytics -->
</body>
</html>