jahskee
1/7/2017 - 3:34 AM

HTML5 SKeleton

HTML5 SKeleton

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
<!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <title>Veterans Advantage - Evidence Finder</title>
  <meta name="description" content="Evidence information as a response to Stripe dispute.">
  <meta name="author" content="Jaizon Lubaton">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <meta http-equiv="X-UA-Compatible" content="IE=EDGE" />
  <link rel="icon" href="https://www.veteransadvantage.com/favicon.ico">

 <!-- <link rel="stylesheet" href="/php/modules/commons/css/commons.css?v=15"> -->
  <link rel="stylesheet" href="css/styles.css?v=17">

  <!--[if lt IE 9]>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script>
  <![endif]-->
</head>

<body>


	  <header>
            <div id="logo">
                <div class="logo-elem"> <img src="../_core/assets/images/valogo.png" alt=""></div>
                <div class="logo-elem">
                      <h1 id="title">Veterans Advantage, Inc.</h1>
                      <!-- <h2 id="subtitle">AdminX <span id="todayDisplay"></span></h2> -->
                </div>
            </div>
      </header>

	<div id='container'>

      <main>
       	 <h2>Disputes Tracker</h2>
       	  <h2>As of <span id="todayDate"></span></h2>
  			<div id="disputesDiv"><h2>Loading Data...</h2></div>
      </main>


	</div>
<footer>
   <div id="copyright">© 2017 Veterans Advantage, Inc.</div>
</footer>
<script type="text/javascript" src="https://code.jquery.com/jquery-1.7.2.min.js"></script>
<script src="js/app.js?v=20"></script>

</body>
</html>