Added a README

This commit is contained in:
ChaoticByte 2024-08-28 20:29:34 +02:00
parent b3ba50ad26
commit 1aa58ac243
No known key found for this signature in database
9 changed files with 30 additions and 0 deletions

View file

@ -1,5 +1,6 @@
<!DOCTYPE html>
<html lang="en">
<!-- Copyright (c) 2024 Julian Müller (ChaoticByte) -->
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

View file

@ -1,3 +1,4 @@
// Copyright (c) 2024 Julian Müller (ChaoticByte)
(() => {
let searchBox = document.getElementById("search-box");
let searchResults = document.getElementById("search-results");

View file

@ -1,3 +1,4 @@
/* Copyright (c) 2024 Julian Müller (ChaoticByte) */
body {
margin: 0;
padding: 0;