diff options
Diffstat (limited to 'dst/ase.html')
-rw-r--r-- | dst/ase.html | 26 |
1 files changed, 14 insertions, 12 deletions
diff --git a/dst/ase.html b/dst/ase.html index f5ece4d..159bfb1 100644 --- a/dst/ase.html +++ b/dst/ase.html @@ -1,17 +1,19 @@ <!DOCTYPE html> <html> - <head> - <meta charset="UTF-8"> - <meta name="viewport" content="width=device-width, initial-scale=1.0"> - - <title>Q1. Software Process Model - Waterfall — adast.xyz</title> - <link rel="icon" type="image/x-icon" href="images/favicon.ico"> - <link rel="stylesheet" href="styles/style.css"> - </head> - <body> - <header> - <a href="/" class="homepage-link">adast.xyz</a> - </header> + +<head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + + <title>Q1. Software Process Model - Waterfall — adast.xyz</title> + <link rel="icon" type="image/x-icon" href="images/favicon.ico"> + <link rel="stylesheet" href="styles/style.css"> +</head> + +<body> + <header> + <a href="/" class="homepage-link">adast.xyz</a> + </header> <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> |