mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-19 05:43:17 +00:00
Added linemanjs as frontend
This commit is contained in:
12
frontend/app/pages/index.us
Normal file
12
frontend/app/pages/index.us
Normal file
@@ -0,0 +1,12 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user