aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html14
1 files changed, 13 insertions, 1 deletions
diff --git a/index.html b/index.html
index cbc28c9..7f68647 100644
--- a/index.html
+++ b/index.html
@@ -4,8 +4,20 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Nineties Computing</title>
+ <link rel="stylesheet" href="css/globals.css">
+ <link rel="stylesheet" href="css/fonts.css">
+ <link rel="stylesheet" href="css/colors.css">
+ <link rel="stylesheet" href="css/layouts.css">
+ <link rel="stylesheet" href="css/texttypes.css">
</head>
<body>
-
+ <!-- Welcome Section for Logging in -->
+ <section id="welcome" class="fullscreen bg-skyblue">
+ <div class="fullscreen_centered mediumbox bg-white padding_25">
+ <div class="bordered_4px height_100-55 padding_25">
+ <marquee class="welcome_heading" scrollamount="10">Hello user! Looks like you don't have an account yet!</marquee>
+ </div>
+ </div>
+ </section>
</body>
</html> \ No newline at end of file