aboutsummaryrefslogtreecommitdiff
path: root/dst/ase.html
diff options
context:
space:
mode:
Diffstat (limited to 'dst/ase.html')
-rw-r--r--dst/ase.html21
1 files changed, 12 insertions, 9 deletions
diff --git a/dst/ase.html b/dst/ase.html
index c24b3e3..7b33885 100644
--- a/dst/ase.html
+++ b/dst/ase.html
@@ -1,13 +1,15 @@
<!DOCTYPE html>
<html>
-<meta charset="UTF-8">
-<meta name="viewport" content="width=device-width, initial-scale=1.0">
-
-<title>Q1. Software Process Model - Waterfall &mdash; adast.xyz</title>
-<link rel="icon" type="image/x-icon" href="/images/favicon.ico">
-<link rel="stylesheet" href="styles/style.css">
-
-<p class="header"><a href="/">adast.xyz</a></p>
+ <head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+ <title>Q1. Software Process Model - Waterfall &mdash; adast.xyz</title>
+ <link rel="icon" type="image/x-icon" href="/images/favicon.ico">
+ <link rel="stylesheet" href="styles/style.css">
+ </head>
+ <body>
+ <p class="header"><a href="/">adast.xyz</a></p>
<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>
@@ -916,5 +918,6 @@ Makes the development and release process faster and more robust.</p>
<p>Automated access to well defined environments.
Tools like Docker for containerization or Virtual Machines.</p>
-<p class="footer"><a href="/">adast.xyz</a></p>
+ <p class="footer"><a href="/">adast.xyz</a></p>
+ </body>
</html>