Skip to content

Commit

Permalink
Blog post step 1 - add HTML for demo project
Browse files Browse the repository at this point in the history
This lines up with the first step of updating our index.html file.
  • Loading branch information
athomasoriginal committed May 19, 2019
1 parent b2aedcc commit 90156bf
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion index.html
@@ -1 +1,13 @@
Hello World
<!DOCTYPE html>
<html>
<head>
<title>Github Pages + ClojureScript</title>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<h1 class="site__title">
<span class="site__title-text">Hello ClojureScript</span>
</h1>
<script src="/demo-clojurescript-gh-pages/out/main.js"></script>
</body>
</html>

0 comments on commit 90156bf

Please sign in to comment.