summaryrefslogtreecommitdiffstats
path: root/app/index.html
diff options
context:
space:
mode:
authorM <m@lfurio.us>2015-11-16 00:05:34 -0500
committerM <m@lfurio.us>2015-11-16 00:05:34 -0500
commit9db25fdbeabf6ec01cca6847bf510ef1324d2ebc (patch)
treeda2639bc333d2d41fca0b5e46512e0c218a5f25f /app/index.html
parent9dfb240d4b34473001b0188fc105cbdcb9303a69 (diff)
downloadscrott-9db25fdbeabf6ec01cca6847bf510ef1324d2ebc.tar.gz
scrott-9db25fdbeabf6ec01cca6847bf510ef1324d2ebc.zip
+ Committing jQuery code
+ Created index file for designing page views
Diffstat (limited to 'app/index.html')
-rw-r--r--app/index.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/app/index.html b/app/index.html
new file mode 100644
index 0000000..03f4584
--- /dev/null
+++ b/app/index.html
@@ -0,0 +1,20 @@
+<!DOCTYPE html>
+
+<html lang="en">
+ <head>
+ <meta charset="utf-8" />
+ <meta http-equiv="X-UA-Compatible" content="IE=edge" />
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+ <title>SCROTT DEVELOPMENT</title>
+
+ <link rel="stylesheet" type="text/css" href="assets/css/bootstrap.min.css" />
+ </head>
+
+ <body>
+ <h1>Hello, world!</h1>
+
+ <script type="text/javascript" src="assets/js/jquery.min.js"></script>
+ <script type="text/javascript" src="assets/js/bootstrap.min.js"></script>
+ </body>
+</html>