Skip to content

Commit

Permalink
first html template
Browse files Browse the repository at this point in the history
  • Loading branch information
superzc committed Oct 25, 2016
1 parent b07e3d4 commit b94e7ab
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<!DOCTYPE html>
<html lang="en">

<head>
<title>Beer Up</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="css/style.css" rel="stylesheet">
</head>

<body>

<h1>Beer Up</h1>




<footer>
Read more at <a href="https://github.com/superzc/csse280-beerup" target="_blank">https://github.com/superzc/csse280-beerup</a>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="js/successQuotes.js"></script>
</body>

</html>

0 comments on commit b94e7ab

Please sign in to comment.