diff options
-rw-r--r-- | dst/ase.html | 1 | ||||
-rw-r--r-- | dst/game.html | 1 | ||||
-rw-r--r-- | dst/index.html | 1 | ||||
-rw-r--r-- | dst/spo.html | 1 | ||||
-rw-r--r-- | src/_header.html | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/dst/ase.html b/dst/ase.html index 159bfb1..d722783 100644 --- a/dst/ase.html +++ b/dst/ase.html @@ -14,6 +14,7 @@ <header> <a href="/" class="homepage-link">adast.xyz</a> </header> + <h2>⚠️ Test Site ⚠️</h2> <h1 id="q1.-software-process-model---waterfall">Q1. Software Process Model - Waterfall</h1> <h2 id="what-is-software-engineering-a-response-to">What is software engineering a response to?</h2> diff --git a/dst/game.html b/dst/game.html index 995bc2e..349dbd7 100644 --- a/dst/game.html +++ b/dst/game.html @@ -14,6 +14,7 @@ <header> <a href="/" class="homepage-link">adast.xyz</a> </header> + <h2>⚠️ Test Site ⚠️</h2> <h1 id="project-aftershock">Project Aftershock</h1> <blockquote> diff --git a/dst/index.html b/dst/index.html index 5ed3d97..e1f5271 100644 --- a/dst/index.html +++ b/dst/index.html @@ -14,6 +14,7 @@ <header> <a href="/" class="homepage-link">adast.xyz</a> </header> + <h2>⚠️ Test Site ⚠️</h2> <p>Hello there!</p> <p>My name is Adam and I am a computer nerd studying at Aalborg University. I am interested in space, game dev, sailing and the outdoors.</p> diff --git a/dst/spo.html b/dst/spo.html index c3c966a..4c98507 100644 --- a/dst/spo.html +++ b/dst/spo.html @@ -14,6 +14,7 @@ <header> <a href="/" class="homepage-link">adast.xyz</a> </header> + <h2>⚠️ Test Site ⚠️</h2> <h1 id="exam">Exam</h1> <ul> diff --git a/src/_header.html b/src/_header.html index 8247608..d5ecc9f 100644 --- a/src/_header.html +++ b/src/_header.html @@ -14,3 +14,4 @@ <header> <a href="/" class="homepage-link">adast.xyz</a> </header> + <h2>⚠️ Test Site ⚠️</h2> |