25 lines
590 B
PHP
25 lines
590 B
PHP
|
|
<!DOCTYPE html>
|
||
|
|
<html lang="fr">
|
||
|
|
<head>
|
||
|
|
<meta charset="UTF-8">
|
||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
|
|
||
|
|
<title>tp1 - ex4</title>
|
||
|
|
<link
|
||
|
|
rel="stylesheet"
|
||
|
|
href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.classless.min.css"
|
||
|
|
>
|
||
|
|
<link rel="stylesheet" href="./css/style.css">
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<main>
|
||
|
|
<h5><a href=""> Tirage aléatoire</a></h5>
|
||
|
|
<article class="is-center">
|
||
|
|
<img src='./img/dice-six-faces-five.svg'>
|
||
|
|
<img src='./img/dice-six-faces-one.svg'>
|
||
|
|
</article>
|
||
|
|
<h5>Somme = </h5>
|
||
|
|
</main>
|
||
|
|
</body>
|
||
|
|
</html>
|