schedule-of-watches
Version:
Vue.js schedule of watches.
33 lines (29 loc) • 799 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>User Application</title>
<style>
html, body {
margin: 0;
padding: 0;
font-size: 14px;
font-family: sans-serif;
color: #111;
background-color: #eee;
display: flex;
justify-content: center;
align-items: center;
}
div {
margin-left: 10px;
}
</style>
</head>
<body>
<div id="schedule-of-watches"><p>{{ message }}</p></div>
<script>
</script>
<script type="text/javascript" src="index.js"></script></body>
</html>