Initial commit
This commit is contained in:
13
Java/WebServer/target/test-classes/assets/test.html
Normal file
13
Java/WebServer/target/test-classes/assets/test.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Test</title>
|
||||
</head>
|
||||
<body>
|
||||
<input type="button" value="Submit" id="submit">
|
||||
<br>
|
||||
<section id="body"></section>
|
||||
</body>
|
||||
<script type="text/javascript" src="test.ts"></script>
|
||||
</html>
|
||||
Reference in New Issue
Block a user