Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
bugzorc committed Apr 24, 2024
1 parent 2b26ac9 commit 2fce87b
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/x-icon" href="icons/favicon.ico">
<title>BUGZORC</title>
<style>#random {font-family: 'terminal';}</style>
<script src="preloader.js"></script>
<link rel="stylesheet" href="index.css">
<link rel="stylesheet" href="global.css">
Expand All @@ -17,16 +18,9 @@
<meta property="og:url" content="https://bugzorc.github.io/">
</head>
<body>
<!--css added here coz of the optimization of the preloader-->
<style>
@font-face {
font-family: 'terminal';
src: url('fonts/terminal.ttf') format('truetype');
}
</style>
<div id="preloader">
<div id="loader"></div>
<div style="font-family: 'terminal';" id="random"></div>
<div id="random"></div>
</div>
<script>
var randomTexts = [
Expand Down

0 comments on commit 2fce87b

Please sign in to comment.