Skip to content

Instantly share code, notes, and snippets.

@thebrianemory
Created November 20, 2017 18:01
Show Gist options
  • Save thebrianemory/480a54c84ea1b088498f967a0c4af8e1 to your computer and use it in GitHub Desktop.
Save thebrianemory/480a54c84ea1b088498f967a0c4af8e1 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Code removed for readbility -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="stylesheet" href="<%= static_path(@conn, "/css/tilex.css") %>"> <!-- Change it here -->
<!-- Code removed for readbility -->
</nav>
<script src="<%= static_path(@conn, "/js/tilex.js") %>"></script> <!-- Change it here -->
<!-- Code removed for readbility -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment