Files
2023-08-01 13:49:46 +02:00

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>