Skip to content

Commit

Permalink
🐞 fix(Website Files):
Browse files Browse the repository at this point in the history
Fixed bugs And Mistakes Made.
  • Loading branch information
Eveeifyeve committed Aug 9, 2023
1 parent e21428e commit 96935c8
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 658 deletions.
24 changes: 0 additions & 24 deletions 404 page/404style.css

This file was deleted.

File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion index.js β†’ assets/backup/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const app = express()
const path = require('path')
const https = require('https')
const fs = require('fs')
const config = require('./config.json')
const config = require('../../config.json')



Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tea Client</title>
<link rel="shortcut icon" type="x-icon" href="assets/img/logo_white.png">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="/css/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css" integrity="sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body>
Expand Down
Loading

0 comments on commit 96935c8

Please sign in to comment.