Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
OshekharO authored Jul 24, 2024
1 parent 075d6ed commit 10fe9ec
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,19 @@
<meta name="author" content="Saksham" />
<title>SK KEY CHECKER</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous" />
<style>
body {
font-family: Inter;
font-weight: 300;
font-size: 14px;
line-height: 1.6;
color: #616370;
background: #26272c;
height: 100%;
position: relative;
margin: 2.5rem;
}
</style>
</head>

<body>
Expand Down

0 comments on commit 10fe9ec

Please sign in to comment.