mirror of
https://codeberg.org/demostf/tf-demos-viewer.git
synced 2026-06-03 10:04:12 +02:00
11 lines
213 B
HTML
11 lines
213 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>My Rust + Webpack project!</title>
|
|
</head>
|
|
<body>
|
|
<script src="test.js"></script>
|
|
<input type="file" id="file"/>
|
|
</body>
|
|
</html>
|