Skip to content

Instantly share code, notes, and snippets.

@darui00kara
Created June 3, 2015 06:53
Show Gist options
  • Save darui00kara/e9d04e93573845257db8 to your computer and use it in GitHub Desktop.
Save darui00kara/e9d04e93573845257db8 to your computer and use it in GitHub Desktop.
<!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="description" content="">
<meta name="author" content="">
<title>Welcome to Phoenix!</title>
<link rel="stylesheet" href="/css/app.css">
</head>
<body>
<div class="container">
<div class="header">
<ul class="nav nav-pills pull-right">
<li><a href="http://www.phoenixframework.org/docs">Get Started</a></li>
</ul>
<span class="logo"></span>
</div>
<div class="jumbotron">
<p>Sorry, the page you are looking for does not exist.</p>
</div>
<div class="footer">
<p><a href="http://phoenixframework.org">phoenixframework.org</a></p>
</div>
</div> <!-- /container -->
<script src="/js/app.js"></script>
<script>require("web/static/js/app")</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment