mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-12 10:52:47 +00:00
12 lines
275 B
HTML
12 lines
275 B
HTML
<html>
|
|
<head>
|
|
<title>Example</title>
|
|
</head>
|
|
<body>
|
|
|
|
<script type="text/javascript" src="broadway.js"></script>
|
|
<script type="text/javascript" src="plugins/helloworld.js"></script>
|
|
<script type="text/javascript" src="app.js"></script>
|
|
</body>
|
|
</html>
|