things
This commit is contained in:
@@ -1,10 +1,12 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Hello, World!</title>
|
<title>Company Manager</title>
|
||||||
|
<link rel="stylesheet" type="text/css" href="style.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>Hello, World!</h1>
|
<h1>Hello, World!</h1>
|
||||||
<p>Welcome to my first web page.</p>
|
<p>Welcome to my first web page.</p>
|
||||||
|
<script src="script.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</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