10 lines
342 B
HTML
10 lines
342 B
HTML
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.11/semantic.min.css"></link>
|
|
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="text/javascript" src="transformed.js"></script></body>
|
|
</html>
|