version clé USB nommée Serveur_flask_v2 du 16 février 2026
This commit is contained in:
@@ -1,19 +1,19 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang = "fr">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
||||
<title> Site informaticiens </title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>
|
||||
Grace Hopper
|
||||
</h1>
|
||||
|
||||
<img src= "images/photo_informaticiens/hopper_grace.jpg" alt="Hopper">
|
||||
|
||||
<br>
|
||||
|
||||
<a href="index.html">Retour à l'accueuil </a>
|
||||
</body>
|
||||
<!DOCTYPE html>
|
||||
<html lang = "fr">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
|
||||
<title> Site informaticiens </title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>
|
||||
Grace Hopper
|
||||
</h1>
|
||||
|
||||
<img src= "{{ url_for( 'static', filename='images/photo_informaticiens/hopper_grace.jpg') }}" alt="Hopper">
|
||||
|
||||
<br>
|
||||
|
||||
<a href="{{url_for('index')}}">Retour à l'accueuil </a>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user