11 lines
185 B
HTML
11 lines
185 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="/css/app2.css">
|
|
<link rel="import" href="import2.html">
|
|
</head>
|
|
<body>
|
|
<script src="/js/app.js"></script>
|
|
</body>
|
|
</html>
|