Compare commits
2 Commits
2f26d9b5d4
...
66a121746e
| Author | SHA1 | Date | |
|---|---|---|---|
| 66a121746e | |||
| f4ab310978 |
@ -28,6 +28,9 @@ services:
|
||||
- "traefik.http.routers.library-manager.entrypoints=https"
|
||||
- "traefik.http.routers.library-manager.rule=Host(`lib.ghost.tel`)"
|
||||
- "traefik.http.routers.library-manager.tls.certresolver=http"
|
||||
dns:
|
||||
- 8.8.8.8
|
||||
- 8.8.4.4
|
||||
networks:
|
||||
- web
|
||||
- default
|
||||
|
||||
@ -4,13 +4,13 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Ramsey Library</title>
|
||||
<title>Ghost Library</title>
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<button id="dark-mode-toggle">🌙</button>
|
||||
<h1>Ramsey Library</h1>
|
||||
<h1>Ghost Library</h1>
|
||||
<input type="text" id="search-bar" placeholder="Search by title, author, publisher, etc.">
|
||||
|
||||
<table id="book-table">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user