added picoserve example
This commit is contained in:
14
examples/picoserve/static/index.html
Normal file
14
examples/picoserve/static/index.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Simple Static Example</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
<body>
|
||||
<h1>Hello from Static!</h1>
|
||||
<button id="clickMeBtn">Click Me</button>
|
||||
<p id="message"></p>
|
||||
<script src="script.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user