things
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Hello, World!</title>
|
||||
<title>Company Manager</title>
|
||||
<link rel="stylesheet" type="text/css" href="style.css">
|
||||
</head>
|
||||
<body>
|
||||
<h1>Hello, World!</h1>
|
||||
<p>Welcome to my first web page.</p>
|
||||
<script src="script.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1 +1,3 @@
|
||||
|
||||
fetch('http://localhost:31272/customer')
|
||||
.then(x => x.json())
|
||||
.then(y => console.log(y))
|
||||
Reference in New Issue
Block a user