built ability to create a character
This commit is contained in:
@@ -29,11 +29,10 @@
|
||||
<p class="mb-0"><span class="version">v 0.1.0</span></p>
|
||||
</footer>
|
||||
|
||||
<!-- App Write JS Client -->
|
||||
<script src="https://cdn.jsdelivr.net/npm/appwrite@17.0.0"></script>
|
||||
|
||||
<!-- Bootstrap JS -->
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha256-CDOy6cOibCWEdsRiZuaHf8dSGGJRYuBGC+mjoJimHGw=" crossorigin="anonymous"></script>
|
||||
|
||||
{% include "_flash_sticky.html" %}
|
||||
{% block scripts %}{% endblock %}
|
||||
</body>
|
||||
|
||||
@@ -59,7 +59,7 @@
|
||||
|
||||
<!-- Bootstrap JS -->
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha256-CDOy6cOibCWEdsRiZuaHf8dSGGJRYuBGC+mjoJimHGw=" crossorigin="anonymous"></script>
|
||||
<!-- <script src="/static/halfmoon/halfmoon-1.1.1.min.js"></script> -->
|
||||
|
||||
{% include "_flash_sticky.html" %}
|
||||
{% block scripts %}{% endblock %}
|
||||
</body>
|
||||
|
||||
@@ -10,10 +10,12 @@
|
||||
<h1 class="mb-0">
|
||||
Code of Conquest Dashboard
|
||||
</h1>
|
||||
<p class="mb-0"></p>
|
||||
<img src="{{ url_for('static', filename='images/COC_Logo.png') }}" alt="logo" width="300" height="300">
|
||||
<p class="mb-0">
|
||||
{{jwt_info}}
|
||||
{{profile}}
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
@@ -5,8 +5,9 @@
|
||||
<h5 class="card-title mb-4">
|
||||
<i class="fa-solid fa-right-to-bracket me-2"></i> Welcome to Code of Conquest
|
||||
</h5>
|
||||
|
||||
<img src="{{ url_for('static', filename='images/COC_Logo.png') }}" alt="logo" width="300" height="300"><br />
|
||||
<p style="text-align: justify;">
|
||||
|
||||
In the world of Code of Conquest, the line between hero and villain blurs as you embark on a legendary adventure.
|
||||
This immersive game drops you into a realm of wonder and danger, where every decision, every action, and every
|
||||
roll of the dice determines the fate of your character.<br /><br />
|
||||
|
||||
Reference in New Issue
Block a user