Browse Source

Fix frame links

mistress
Daniel Muckerman 3 years ago
parent
commit
6668f46eeb
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      templates/games.j2
  2. +1
    -1
      templates/index.j2
  3. +1
    -1
      templates/login.j2

+ 1
- 1
templates/games.j2 View File

@ -15,7 +15,7 @@
{% endblock %}
{% block content %}
<iframe id="apps" src="http://localhost:5000/frame" width="305" height="400" class="shadow-lg overlay-frame" style="display: none;"></iframe>
<iframe id="apps" src="https://technicalincompetence.club/frame" width="305" height="400" class="shadow-lg overlay-frame" style="display: none;"></iframe>
<div id="overlay" style="display: none;" onclick="showApps();"></div>
<div class="container" style="margin-top: 15px">
{% if search['active'] == True %}

+ 1
- 1
templates/index.j2 View File

@ -15,7 +15,7 @@
{% endblock %}
{% block content %}
<iframe id="apps" src="http://localhost:5000/frame" width="305" height="400" class="shadow-lg overlay-frame" style="display: none;"></iframe>
<iframe id="apps" src="https://technicalincompetence.club/frame" width="305" height="400" class="shadow-lg overlay-frame" style="display: none;"></iframe>
<div id="overlay" style="display: none;" onclick="showApps();"></div>
<div class="container" style="margin-top: 15px">
{% if search['active'] == True %}

+ 1
- 1
templates/login.j2 View File

@ -12,7 +12,7 @@
{% endblock %}
{% block content %}
<iframe id="apps" src="http://localhost:5000/frame" width="305" height="400" class="shadow-lg overlay-frame" style="display: none;"></iframe>
<iframe id="apps" src="https://technicalincompetence.club/frame" width="305" height="400" class="shadow-lg overlay-frame" style="display: none;"></iframe>
<div id="overlay" style="display: none;" onclick="showApps();"></div>
<div class="container" style="margin-top: 15px">
<div class="jumbotron">

Loading…
Cancel
Save