Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ document.addEventListener('DOMContentLoaded', () => {
log.textContent = [
'v0.0.1: Repo initialisé.',
'Consigne: créer deux branches et provoquer un petit conflit contrôlé.',
'Astuce: modifiez la même ligne du <h1> ci-dessus pour déclencher un conflit.'
'Astuce: modifiez la même ligne du <h1> ci-dessus pour déclencher un conflit Hamlet.'
].join('\n');
});
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
<body>
<header>
<!-- ⚠️ Conflit facile : beaucoup vont modifier cette ligne -->
<h1>Bienvenue sur Git Arena 👋</h1>
<p class="tagline">Collaborez, commitez, résolvez — sans drama.</p>
<h1>Bienvenue sur Git Arena 👋 hello</h1>
<p class="tagline parat-text">Collaborez, commitez, résolvez — sans drama.</p>
</header>
<main>
<section>
<h2>Règles du jeu</h2>
<h2>To change Hamlet</h2>
<ul>
<li>Travaillez en binôme sur deux branches : <code>feature/</code> et <code>fix/</code>.</li>
<li>Faites des petits commits fréquents.</li>
Expand Down
6 changes: 5 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
*{box-sizing:border-box}body{font-family:system-ui,Segoe UI,Roboto,Arial,sans-serif;line-height:1.5;margin:0;padding:2rem;background:#0f172a;color:#e2e8f0}
header{margin-bottom:1.25rem}
h1{margin:0 0 .25rem 0}
.tagline{opacity:.8}
.tagline{opacity:.18}
code,pre{background:#0b1220;border:1px solid #1f2937;padding:.25rem .5rem;border-radius:.375rem}
ul{margin:.5rem 0 0 1rem}

.para-text{
font-size: 24px;
}
12 changes: 12 additions & 0 deletions test.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>test page</title>
</head>
<body>
<h1>this is a test page</h1>

</body>
</html>