You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
671 B
HTML
35 lines
671 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta content="text/html; charset=utf-8" http-equiv="content-type"/>
|
|
<script data-main="main" src="/bower_components/requirejs/require.js"></script>
|
|
<script>
|
|
require.config({
|
|
waitSeconds: 60,
|
|
});
|
|
</script>
|
|
<link rel="icon" type="image/png"
|
|
href="/customize/main-favicon.png"
|
|
|
|
data-main-favicon="/customize/main-favicon.png"
|
|
data-alt-favicon="/customize/alt-favicon.png"
|
|
id="favicon" />
|
|
<style>
|
|
input {
|
|
width: 50vw;
|
|
padding: 15px;
|
|
}
|
|
pre {
|
|
max-width: 90vw;
|
|
overflow: auto;
|
|
}
|
|
|
|
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>Upload</h1>
|
|
|
|
<input type="file">
|
|
|