Updating WebHost structure

This commit is contained in:
Chris Wilson
2021-06-14 22:27:43 -04:00
parent cd45116dce
commit 883ebbf267
8 changed files with 38 additions and 11 deletions

View File

@@ -2,10 +2,10 @@
{% block head %}
<title>Player Settings</title>
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename="styles/playerSettings.css") }}" />
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename="styles/zelda3/playerSettings.css") }}" />
<script type="application/ecmascript" src="https://cdn.jsdelivr.net/npm/axios/dist/axios.min.js"></script>
<script type="application/ecmascript" src="{{ url_for('static', filename="assets/js-yaml.min.js") }}"></script>
<script type="application/ecmascript" src="{{ url_for('static', filename="assets/playerSettings.js") }}"></script>
<script type="application/ecmascript" src="{{ url_for('static', filename="assets/zelda3/playerSettings.js") }}"></script>
{% endblock %}
{% block body %}

View File

@@ -4,6 +4,7 @@
<title>Link to the Past</title>
</head>
<body>
Link to the Past
Link to the Past<br />
<a href="/games/zelda3/player-settings">Player Settings</a>
</body>
</html>