rubygoldberg-tracker/watcher/templates/index.html

11 lines
251 B
HTML
Raw Normal View History

2019-09-20 12:27:07 +00:00
<html>
2019-09-20 13:02:28 +00:00
<head>
<script type = "text/javascript"
src = "{{ url_for('static', filename = 'hello.js') }}" ></script>
</head>
<body>
<input type = "button" onclick = "sayHello()" value = "Say Hello" />
</body>
2019-09-20 12:27:07 +00:00
</html>