Page MenuHomeDevCentral

No OneTemporary

diff --git a/404.html b/404.html
index 8d7925a..23c689c 100644
--- a/404.html
+++ b/404.html
@@ -1,60 +1,61 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Page Not Found</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
* {
line-height: 1.2;
margin: 0;
}
html {
color: #888;
display: table;
font-family: sans-serif;
height: 100%;
text-align: center;
width: 100%;
}
body {
display: table-cell;
vertical-align: middle;
margin: 2em auto;
+ background-color: #44484D;
}
h1 {
- color: #555;
+ color: #F6D258;
font-size: 2em;
font-weight: 400;
}
p {
margin: 0 auto;
width: 280px;
}
@media only screen and (max-width: 280px) {
body, p {
width: 95%;
}
h1 {
font-size: 1.5em;
margin: 0 0 0.3em;
}
}
</style>
</head>
<body>
<h1>Page Not Found</h1>
<p>Sorry, but the page you were trying to view does not exist.</p>
</body>
</html>
<!-- IE needs 512+ bytes: http://blogs.msdn.com/b/ieinternals/archive/2010/08/19/http-error-pages-in-internet-explorer.aspx -->
diff --git a/css/app.css b/css/app.css
new file mode 100644
index 0000000..6463320
--- /dev/null
+++ b/css/app.css
@@ -0,0 +1,26 @@
+@charset "utf-8";
+
+/* -------------------------------------------------------------
+ Launch Nasqueron
+ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+ Author: Dereckson
+ Filename: app.css
+ Version: 1.0
+ Licence: Creative Commons BY 3.0, BSD-2-Clause
+ ------------------------------------------------------------- */
+
+/* -------------------------------------------------------------
+ Table of contents
+ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+
+ :: Main styles
+
+*/
+
+/* -------------------------------------------------------------
+ Main styles
+ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
+
+body {
+ background-color: #44484D;
+}
diff --git a/index.html b/index.html
index 7b92fc3..f61c653 100644
--- a/index.html
+++ b/index.html
@@ -1,30 +1,31 @@
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<!-- Place favicon.ico in the root directory -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
+ <link rel="stylesheet" href="css/app.css">
<script src="js/vendor/modernizr-2.8.3.min.js"></script>
</head>
<body>
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<!-- Add your site or application content here -->
<p>Hello world! This is HTML5 Boilerplate.</p>
<script src="https://code.jquery.com/jquery-1.12.0.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.12.0.min.js"><\/script>')</script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
</body>
</html>

File Metadata

Mime Type
text/x-diff
Expires
Sun, Nov 24, 19:42 (5 h, 30 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2256293
Default Alt Text
(3 KB)

Event Timeline