diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -6,9 +6,12 @@ content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <link rel="stylesheet" href="./assets/css/style.css"> + <link href="https://fonts.googleapis.com/css?family=Mukta" rel="stylesheet"> <title>Texx Web</title> </head> <body> -<h1>Welcome to Texx!</h1> + <div class="typewriter"> + <h1>Welcome to Texx!</h1> + </div> </body> </html>
\ No newline at end of file |