diff options
| author | Kumar Priyansh <[email protected]> | 2019-06-19 10:05:53 +0530 |
|---|---|---|
| committer | Kumar Priyansh <[email protected]> | 2019-06-19 10:05:53 +0530 |
| commit | c7562dd53ea931a4dc530f9eb1dcf5a660abe2be (patch) | |
| tree | 659424b8ca8cb301e15d0c13c5e3fa4d0ea771c4 /src/index.html | |
| parent | c46462c30441c29ea4ff46be8c742ed66fc73a3d (diff) | |
| parent | 789d5b2c5c8248ed46e597ec0f593a1fb4aa4183 (diff) | |
| download | authorr-c7562dd53ea931a4dc530f9eb1dcf5a660abe2be.tar.xz authorr-c7562dd53ea931a4dc530f9eb1dcf5a660abe2be.zip | |
Added macOS Vibrancy, Compiling only for macOS, Added Photon Kit, Made some underground changes, Fixed Space-Time Continuum
Diffstat (limited to 'src/index.html')
| -rw-r--r-- | src/index.html | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/src/index.html b/src/index.html index 7bd3e8f..821e5ec 100644 --- a/src/index.html +++ b/src/index.html @@ -5,15 +5,25 @@ <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="styles/fontawesome-free/css/all.css"> <link rel="stylesheet" href="fonts/fonts.css"> <link rel="stylesheet" href="styles/main.css"> </head> <body> <div class="dragBar"> - <div class="titleContainer"> - <h1 class="title">authorr.</h1> + <!-- <div class="titleContainer"> + <h1 class="title">author<span id="r">r.</span> </h1> + </div> + <div class="buttonsContainer"> + <button class="windowBtn" id="minimize"><i class="fas fa-window-minimize"></i></button> + <button class="windowBtn" id="maximize"><i class="fas fa-window-maximize"></i></button> + <button class="windowBtn" id="close"><i class="fas fa-times-circle"></i></button> + </div> --> + </div> + <div class="content"> + <div class="sidebar"> + </div> </div> - <div class="content"></div> </body> </html>
\ No newline at end of file |
