Projektstart
This commit is contained in:
4
backend/node_modules/@fastify/static/example/public2/test.css
generated
vendored
Normal file
4
backend/node_modules/@fastify/static/example/public2/test.css
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
body {
|
||||
background-color: black;
|
||||
color: white;
|
||||
}
|
||||
8
backend/node_modules/@fastify/static/example/public2/test.html
generated
vendored
Normal file
8
backend/node_modules/@fastify/static/example/public2/test.html
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="test.css"></link>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Test 2</h1>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user