Skip to content
Snippets Groups Projects
Commit dad8a461 authored by CARRE Antoine's avatar CARRE Antoine
Browse files

Update index.html

parent e641fb0f
Branches
Tags
No related merge requests found
......@@ -3,7 +3,7 @@
<head>
<link rel="stylesheet" href="{{ url_for('static', filename='bootstrap/css/bootstrap.css') }}">
<link rel="stylesheet" type="text/css" href="{{ url_for('static',filename = 'styles.css') }}">
<!--<script rel="stylesheet" type="text/css" src="{{ url_for('static', filename='bootstrap/js/bootstrap.js') }}"></script> <meta charset="UTF-8">-->>
<!--<script rel="stylesheet" type="text/css" src="{{ url_for('static', filename='bootstrap/js/bootstrap.js') }}"></script> <meta charset="UTF-8">-->
<script src="https://code.jquery.com/jquery-3.6.4.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/FileSaver.js/2.0.5/FileSaver.min.js"></script>
......@@ -11,21 +11,23 @@
<title>Document</title>
</head>
<body>
<div class="container-fluid text-center bg custom-fond">
<div class="row text-danger">
<div class="col-5 custom-fond">
<div class="container-fluid text-center bg custom-color">
<div class="container-fluid text-center">
<div class="row">
<div class="col custom-color">
<a href = "{{ url_for('summary') }}"><button class="btn bg custom-button btn-grand">
Retour
</button></a>
</div>
<div class="col-2">
<div class="container text-center col text-light">
<h1><u><b>Parties en cours</b></u></h1>
</div>
<div class="col-5 custom-color">
<div class="col custom-color">
<img src="{{ url_for('static', filename='Logo-Tanuki_bleu_ciel.png') }}" class="logo logo-Tenuki" alt="Logo de l'association" id="logo">
</div>
</div>
</div>
</div>
<div class="container-fluid text-center bg custom-fond">
<form method="POST" action="/" id="myForm">
<button class="btn bg custom-button btn-grand" type="submit" id="start-button" name="psw1" value="0" {% if disabled_button == 'start-button' %}disabled{% endif %}>Démarrer l'enregistrement de la partie</button>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment