first loose

This commit is contained in:
Katerina881 2023-02-06 16:08:47 +04:00
parent 2fd49000d4
commit cef463d084
3 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,3 @@
h1 {
color: red;
}

View File

@ -0,0 +1,7 @@
function test() {
fetch("http://localhost:8080/hello", {
mode:
}
}
test();

View File

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html xmlns:th = "http://www.thymeleaf.org">
<head>
<link rel="stylesheet" href="/styles.css">
</head>
<body>
<h1> IA WORK!</h1>
</body>
</html>