mirror of
https://github.com/lush2020/edgetunnel.git
synced 2026-03-24 00:48:39 +08:00
add caddy
This commit is contained in:
17
html/cat.html
Normal file
17
html/cat.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Document</title>
|
||||
<link rel="stylesheet" href="./style/style.css">
|
||||
</head>
|
||||
<body>
|
||||
My first website and show cat!!!!
|
||||
|
||||
<img src="./img/cat.webp" alt="">
|
||||
|
||||
<script src="./test.js" async></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user