Files
2018-02-02 04:16:08 -05:00

12 lines
142 B
HTML

<!DOCTYPE html>
<html>
<style>
body {
background-color: blue;
}
</style>
<body>
<input type='file'>
</body>
</html>