14 lines
312 B
HTML
14 lines
312 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="/css/app.css">
|
|
<link rel="import" href="import.html">
|
|
</head>
|
|
<body>
|
|
<script src="https://example.com/json"></script>
|
|
<script src="/api/endpoint"></script>
|
|
<script src="/doesntexist.json"></script>
|
|
<script src="/js/app.js"></script>
|
|
</body>
|
|
</html>
|