Skip to content

Commit

Permalink
github pages init
Browse files Browse the repository at this point in the history
  • Loading branch information
SparrowSurya committed Aug 27, 2024
1 parent 9540db0 commit 9d8d2d5
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
26 changes: 26 additions & 0 deletions pages/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<!DOCTYPE html>
<html lang="en" data-bs-theme="dark">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-4bw+/aepP/YC94hEpVNVgiZdgIC5+VKNBQNGCHeKRQN+PtmoHDEXuppvnDJzQIu9"
crossorigin="anonymous"
>
<link rel="stylesheet" href="style.css">
<title>Pastebin</title>
</head>
<body>
<h1 id="hello">Hello, Pastebin!</h1>

<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/js/bootstrap.bundle.min.js"
integrity="sha384-HwwvtgBNo3bZJJLYd8oVXjrBZt8cqVSpeBNS5n7C8IVInixGAoxmnlMuBnhbgrkm"
crossorigin="anonymous"
></script>
<script src="script.js"></script>
</body>
</html>
1 change: 1 addition & 0 deletions pages/script.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
console.log("Hello, World!");
3 changes: 3 additions & 0 deletions pages/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#hello {
padding-top: 1.25rem;
}

0 comments on commit 9d8d2d5

Please sign in to comment.