mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 10:41:03 +01:00
baeff3e80b
Former-commit-id: 940f07fdb1184266dc315441fb91afa5754092fa
18 lines
472 B
HTML
18 lines
472 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="/public/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> |