diff --git a/app.js b/app.js index 21f01d5..4294465 100644 --- a/app.js +++ b/app.js @@ -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

ci-dessus pour déclencher un conflit.' + 'Astuce: modifiez la même ligne du

ci-dessus pour déclencher un conflit Hamlet.' ].join('\n'); }); diff --git a/index.html b/index.html index 87b431c..021fb83 100644 --- a/index.html +++ b/index.html @@ -9,12 +9,12 @@
-

Bienvenue sur Git Arena 👋

-

Collaborez, commitez, résolvez — sans drama.

+

Bienvenue sur Git Arena 👋 hello

+

Collaborez, commitez, résolvez — sans drama.

-

Règles du jeu

+

To change Hamlet

  • Travaillez en binôme sur deux branches : feature/ et fix/.
  • Faites des petits commits fréquents.
  • diff --git a/style.css b/style.css index becd3e9..274e959 100644 --- a/style.css +++ b/style.css @@ -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; +} diff --git a/test.html b/test.html new file mode 100644 index 0000000..aa64925 --- /dev/null +++ b/test.html @@ -0,0 +1,12 @@ + + + + + + test page + + +

    this is a test page

    + + + \ No newline at end of file