aboutsummaryrefslogtreecommitdiffstats
path: root/lodging.htm
diff options
context:
space:
mode:
authorGuillaume Horel <guillaume.horel@gmail.com>2015-03-24 21:34:07 -0400
committerGuillaume Horel <guillaume.horel@gmail.com>2015-03-24 21:34:07 -0400
commit2695b63c611e36b53764eeadc1d5c8516f21de46 (patch)
tree9cff75e72a09b185ebfdac7899a67715ea4d1bcb /lodging.htm
parent61df9a08182cf9b0b52c240603dede0ab6ab741b (diff)
downloadwedding-website-2695b63c611e36b53764eeadc1d5c8516f21de46.tar.gz
big reorganization of the templates
Diffstat (limited to 'lodging.htm')
-rw-r--r--lodging.htm31
1 files changed, 0 insertions, 31 deletions
diff --git a/lodging.htm b/lodging.htm
deleted file mode 100644
index 5989bba..0000000
--- a/lodging.htm
+++ /dev/null
@@ -1,31 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
- <head>
- <title>I & G wedding</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <meta name="viewport" content="width=device-width, initial-scale=1" />
- <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
- <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css" rel="stylesheet">
- <link href="static/wedding.css" rel="stylesheet">
- </head>
- <body>
- <div class="row">
- <img class="center-block" src="static/banner1.jpg" alt="banner">
- </div>
- <div class="container" style="margin-top: 1em">
- <div class="col-md-3">
- <ul class="nav nav-tabs nav-stacked">
- <li role="presentation" class="active"><a href="main.htm">Home</a></li>
- <li role="presentation"><a href="rsvp.htm">RSVP</a></li>
- <li role="presentation"><a href="getting.htm">Getting There</a></li>
- <li role="presentation"><a href="lodging.htm">Lodging</a></li>
- </ul>
- </div>
- <div class="col-md-9">
- lorem ipsum sic amet
- </div>
- </div>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
- <script type="text/javascript" src="/static/wedding.js"></script>
- </body>
-</html>