aboutsummaryrefslogtreecommitdiff
path: root/src/index.html
diff options
context:
space:
mode:
authorKumar Priyansh <[email protected]>2019-06-11 16:24:40 +0530
committerKumar Priyansh <[email protected]>2019-06-11 16:24:40 +0530
commit7e6cdbaaca6dc1995d86ec49bacf212aed926839 (patch)
tree08575fec705ec53816e83f9addbd71d9586e4d40 /src/index.html
parenta29b5cb04e292dbeb5ea47db71df68b486b19db3 (diff)
downloadauthorr-7e6cdbaaca6dc1995d86ec49bacf212aed926839.tar.xz
authorr-7e6cdbaaca6dc1995d86ec49bacf212aed926839.zip
Added FontAwesome
Diffstat (limited to 'src/index.html')
-rw-r--r--src/index.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/index.html b/src/index.html
index bc44d6b..7d56d1d 100644
--- a/src/index.html
+++ b/src/index.html
@@ -5,11 +5,17 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Authorr</title>
+ <link rel="stylesheet" href="fonts/fonts.css">
<link rel="stylesheet" href="styles/main.css">
</head>
<body>
<div class="dragBar">
- <h1 class="title">authorr.</h1>
+ <div class="titleContainer">
+ <h1 class="title">authorr.</h1>
+ </div>
+ <div class="buttonsContainer">
+
+ </div>
</div>
<div class="content"></div>
</body>