Skip to content

Commit

Permalink
EE menu app
Browse files Browse the repository at this point in the history
  • Loading branch information
BretFisher committed Jun 15, 2018
1 parent 700428f commit cb411cc
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
4 changes: 4 additions & 0 deletions menu-ee/Dockerfile
@@ -0,0 +1,4 @@
FROM nginx:alpine

COPY index.html /usr/share/nginx/html/index.html

30 changes: 30 additions & 0 deletions menu-ee/index.html
@@ -0,0 +1,30 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Dog vs. Cat</title>
<meta name="robots" content="noindex">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootswatch/4.1.1/solar/bootstrap.min.css" media="screen">
<link rel="stylesheet" href="../_assets/css/custom.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.2/gh-fork-ribbon.min.css" />
</head>
<body>
<div class="container">
<div class="page-header" id="banner">
<div class="row">
<h1 class="display-1">Welcome to Dog vs. Cat BIZ!</h1>
</div>
<div class="row">
<ul>
<li><h1><a href="http://vote.dogvscat.biz/">Dog vs. Cat GO VOTE!</a></h1></li>
<li><h1><a href="http://result.dogvscat.biz/">Dog vs. Cat WATCH VOTE RESULTS</a></h1></li>
<li><h1><a href="http://ghost.dogvscat.biz/">Ghost (blog with MySQL backend)</a></h1></li>

</ul>
</div>
</div>
<a class="github-fork-ribbon" href="https://github.com/bretfisher/dogvscat" data-ribbon="Fork me on GitHub" title="Fork me on GitHub">Fork me on GitHub</a>
</body>
</html>

0 comments on commit cb411cc

Please sign in to comment.