selectbox/dist/index.html

27 lines
877 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<link rel="stylesheet" type="text/css" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" />
<title>Selectbox</title>
<style>
html { margin: 0; height: 100%; font-family: Roboto, sans-serif; font-size: 15px; }
body { margin: 0; height: 100%; line-height: 1.2em; background: white; color: black; }
input, select, textarea, button { font-size: 100%; font-family: Roboto, sans-serif; }
table { border-collapse: collapse; font-size: 100%; }
form table td, form table th { vertical-align: top; }
table.left th { text-align: left; padding-right: .5em; }
td, th { padding: 0; }
img { border: 0; }
ul, p, form { margin: 0; }
input { margin: 1px; }
* { box-sizing: border-box; }
</style>
</head>
<body>
<div id="app">
</div>
<script type="text/javascript" src="main.js"></script>
</body>
</html>