mirror of
https://github.com/JonasunderscoreJones/epr.tut.jonasjones.dev.git
synced 2025-10-23 05:39:18 +02:00
changed website title
This commit is contained in:
parent
0a2aba0bf9
commit
00d17308ce
1 changed files with 3 additions and 3 deletions
|
@ -50,7 +50,7 @@ async function handleDefaultGet(env) {
|
||||||
return new Response(`
|
return new Response(`
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>File Download</title>
|
<title>Tutorium Resources</title>
|
||||||
<style>
|
<style>
|
||||||
body, html {
|
body, html {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -132,7 +132,7 @@ async function handleAllGet(env) {
|
||||||
return new Response(`
|
return new Response(`
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>All Files</title>
|
<title>All Files - Tutorium Resources</title>
|
||||||
<style>
|
<style>
|
||||||
body { font-family: Arial, sans-serif; background: #f0f0f0; padding: 20px; }
|
body { font-family: Arial, sans-serif; background: #f0f0f0; padding: 20px; }
|
||||||
.container { background: white; padding: 20px; border-radius: 8px; box-shadow: 0 2px 4px rgba(0,0,0,0.1); }
|
.container { background: white; padding: 20px; border-radius: 8px; box-shadow: 0 2px 4px rgba(0,0,0,0.1); }
|
||||||
|
@ -173,7 +173,7 @@ async function handleManageGet(env) {
|
||||||
return new Response(`
|
return new Response(`
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Manage Files</title>
|
<title>Manage Files - Tutorium Resources</title>
|
||||||
<style>
|
<style>
|
||||||
body { font-family: Arial, sans-serif; background: #f0f0f0; padding: 20px; }
|
body { font-family: Arial, sans-serif; background: #f0f0f0; padding: 20px; }
|
||||||
.container { background: white; padding: 20px; border-radius: 8px; box-shadow: 0 2px 4px rgba(0,0,0,0.1); }
|
.container { background: white; padding: 20px; border-radius: 8px; box-shadow: 0 2px 4px rgba(0,0,0,0.1); }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue