From f37abc2a8071ac26a66fbba25c10e3185bbeae83 Mon Sep 17 00:00:00 2001 From: sparrowsurya Date: Tue, 27 Aug 2024 23:35:32 +0530 Subject: [PATCH] moved index.html to root folder --- pages/index.html => index.html | 4 ++-- {pages => static}/script.js | 0 {pages => static}/style.css | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename pages/index.html => index.html (87%) rename {pages => static}/script.js (100%) rename {pages => static}/style.css (100%) diff --git a/pages/index.html b/index.html similarity index 87% rename from pages/index.html rename to index.html index 5264910..7f4765e 100644 --- a/pages/index.html +++ b/index.html @@ -10,7 +10,7 @@ integrity="sha384-4bw+/aepP/YC94hEpVNVgiZdgIC5+VKNBQNGCHeKRQN+PtmoHDEXuppvnDJzQIu9" crossorigin="anonymous" > - + Pastebin @@ -21,6 +21,6 @@

Hello, Pastebin!

integrity="sha384-HwwvtgBNo3bZJJLYd8oVXjrBZt8cqVSpeBNS5n7C8IVInixGAoxmnlMuBnhbgrkm" crossorigin="anonymous" > - + \ No newline at end of file diff --git a/pages/script.js b/static/script.js similarity index 100% rename from pages/script.js rename to static/script.js diff --git a/pages/style.css b/static/style.css similarity index 100% rename from pages/style.css rename to static/style.css