mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
13 lines
258 B
Plaintext
13 lines
258 B
Plaintext
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title><%= pkg.name %></title>
|
|
|
|
<link rel="stylesheet" type="text/css" href="<%= css %>" media="all" />
|
|
</head>
|
|
<body>
|
|
<script type="text/javascript" src="<%= js %>"></script>
|
|
<p>Test</p>
|
|
</body>
|
|
</html>
|