forked from alessioalex/ClientManager
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
All CSS into one, JSs optimized into 2 files: one for normal libs, on…
…e for modules
- Loading branch information
Alexandru Vladutu
committed
Jun 16, 2012
1 parent
1c6409e
commit 9f2d262
Showing
6 changed files
with
189 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
<!DOCTYPE HTML> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<title>Client Manager</title> | ||
<meta name="description" content=""> | ||
<meta name="author" content=""> | ||
|
||
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements --> | ||
<!--[if lt IE 9]> | ||
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> | ||
<![endif]--> | ||
|
||
<!-- Le styles --> | ||
<link href="css/bootstrap.css" rel="stylesheet"> | ||
<link href="css/style.css" rel="stylesheet" /> | ||
</head> | ||
<body> | ||
|
||
<header> | ||
</header> | ||
|
||
<div class="container"> | ||
|
||
<section class="page-content"></section> | ||
|
||
<hr /> | ||
|
||
<footer> | ||
<p>© Alexandru Vladutu 2012</p> | ||
</footer> | ||
|
||
</div> <!-- /container --> | ||
|
||
<!-- Le javascript | ||
================================================== --> | ||
<!-- Placed at the end of the document so the pages load faster --> | ||
|
||
<!-- Load the script "js/main.js" as our entry point --> | ||
<script data-main="js/main" src="js/lib/require.min.js"></script> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters