mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-02 04:35:26 +00:00
12 lines
242 B
Plaintext
12 lines
242 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>
|
|
</body>
|
|
</html>
|