mirror of
https://github.com/kataras/iris.git
synced 2025-02-02 23:40:35 +01:00
fba8492e78
Former-commit-id: 5a3f626ba0fbcf10be979b5a800eba51e88602cd
18 lines
465 B
HTML
18 lines
465 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
|
|
<link rel="stylesheet" href="/public/css/main.css" />
|
|
<title>File Server</title>
|
|
</head>
|
|
|
|
<body>
|
|
<input type="button" onclick="onClick()" value="Click me!" />
|
|
|
|
<script type="text/javascript" src="/public/js/main.js"></script>
|
|
</body>
|
|
|
|
</html> |