diff options
| author | Kumar Priyansh <[email protected]> | 2019-06-11 16:24:40 +0530 |
|---|---|---|
| committer | Kumar Priyansh <[email protected]> | 2019-06-11 16:24:40 +0530 |
| commit | 7e6cdbaaca6dc1995d86ec49bacf212aed926839 (patch) | |
| tree | 08575fec705ec53816e83f9addbd71d9586e4d40 /src/index.html | |
| parent | a29b5cb04e292dbeb5ea47db71df68b486b19db3 (diff) | |
| download | authorr-7e6cdbaaca6dc1995d86ec49bacf212aed926839.tar.xz authorr-7e6cdbaaca6dc1995d86ec49bacf212aed926839.zip | |
Added FontAwesome
Diffstat (limited to 'src/index.html')
| -rw-r--r-- | src/index.html | 8 |
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> |
