Skip to content
Snippets Groups Projects
Commit 9e193efe authored by BENCHIKH Ilhem's avatar BENCHIKH Ilhem
Browse files

modification td1

parent 66158a62
Branches
No related tags found
No related merge requests found
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg"
width="20" height="20" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24">
<rect x="0" y="0" width="100%" height="100%" fill="black" />
<path stroke="lightblue" fill="none" d="M 6.1,6.6 8.4,2.1 14.1,1.9 17.9,5.7 16.1,9.4 11.7,12.6 11.2,17.2" />
<circle stroke="red" cx="11.2" cy="21.6" r="1.2" />
</svg>
\ No newline at end of file
Hello world ! <!doctype html>
\ No newline at end of file <html>
<head>
<link rel="icon" href="favicon.svg"/>
<link href="/bootstrap.min.css" rel="stylesheet"
crossorigin="anonymous">
<title>La revanche des lettres</title>
</head>
<body>
<div class="navbar navbar-dark bg-dark">
<div class="container">
<a href="/" class="navbar-brand">
<img src="favicon.svg" alt="favicon">
<strong>La revanche des lettres</strong>
</a>
</div>
</div>
<div class="container" id="content">
<br>
<table class="table table-striped table-hover">
<thead>
<tr>
<th>Longueur</th>
<th>Thème</th>
<th>Difficulté</th>
</tr>
</thead>
<tbody>
<tr>
<td>5 lettres</td>
<td>Littérature</td>
<td>&#9733;&#9733;&#9733;</td>
<td><a href="level.html">Démarrer</a></td>
</tr>
<tr>
<td>6 lettres</td>
<td>Sciences</td>
<td>&#9733;&#9733;&#9733;&#9733;</td>
<td><a href="level.html">Démarrer</a></td>
</tr>
<tr>
<td>6 lettres</td>
<td>Culture générale</td>
<td>&#9733;&#9733;&#9733;&#9733;&#9733;</td>
<td><a href="level.html">Démarrer</a></td>
</tr>
<tr>
<td>7 lettres</td>
<td>Géographie</td>
<td>&#9733;&#9733;&#9733;&#9733;&#9733;</td>
<td><a href="level.html">Démarrer</a></td>
</tr>
</tbody>
</table>
</div>
</body>
</html>
<!doctype html>
<html>
<head>
<title>La revanche des lettres</title>
<link rel="icon" href="favicon.svg" />
<link href="/bootstrap.min.css"
rel="stylesheet"
crossorigin="anonymous">
</head>
<body>
<div class="navbar navbar-dark bg-dark">
<div class="container">
<a href="/" class="navbar-brand">
<img src="favicon.svg" alt="favicon">
<strong>La revanche des lettres</strong>
</a>
<span class="navbar-text">Géographie (7 lettres)</span>
</div>
</div>
<div class="container">
<br>
<div class="col-4 offset-4">
<table class="table table-bordered text-center">
<tbody>
<tr>
<td class="text-bg-primary">A</td>
<td class="text-bg-primary">A</td>
<td class="text-bg-primary">C</td>
<td class="text-bg-primary">C</td>
<td class="text-bg-primary">D</td>
<td class="text-bg-primary">E</td>
<td class="text-bg-primary">S</td>
</tr>
<tr>
<td class="text-bg-success">C</td>
<td class="text-bg-danger">O</td>
<td class="text-bg-danger">T</td>
<td class="text-bg-danger">E</td>
<td class="text-bg-success">A</td>
<td class="text-bg-danger">U</td>
<td class="text-bg-danger">X</td>
</tr>
<tr>
<td class="text-bg-success">C</td>
<td class="text-bg-success">A</td>
<td class="text-bg-success">S</td>
<td class="text-bg-danger">T</td>
<td class="text-bg-danger">O</td>
<td class="text-bg-danger">R</td>
<td class="text-bg-danger">S</td>
</tr>
<tr>
<td class="text-bg-success">?</td>
<td class="text-bg-success">?</td>
<td class="text-bg-success">?</td>
<td class="text-bg-success">?</td>
<td class="text-bg-success">?</td>
<td class="text-bg-success">?</td>
<td class="text-bg-success">?</td>
</tr>
</tbody>
</table>
<form action="">
<div class="input-group mb-3">
<input type="text" class="form-control" minlength="7" placeholder="__________">
<button class="btn btn-outline-secondary" type="submit">Proposer</button>
</div>
</form>
</div>
</div>
</body>
</html>
.container {
width: 800px;
margin: auto;
}
.table {
border: darkblue dotted 3px;
border-collapse: collapse;
}
.table th {
background-color: yellow;
color: darkred;
font-size: large;
}
.table th, td {
border: 1px solid;
}
.table-striped tr:nth-child(even) {
background-color: lightgray;
}
.table-hover tr:hover {
background-color: gray;
}
\ No newline at end of file
{ {
"type": "module", "type": "module",
"scripts": { "scripts": {
"test": "PROGRESSION=\"${npm_config_progression}\" vitest run all.test.js" "test": "set PROGRESSION=\"${npm_config_progression}\" & vitest run all.test.js"
} }
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment