diff options
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> |
