1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00
Files
wrestlingdev.com/frontend/app/pages/index.us
2016-02-10 16:33:44 +00:00

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>