-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsitemap.htm
More file actions
53 lines (53 loc) · 1.96 KB
/
Copy pathsitemap.htm
File metadata and controls
53 lines (53 loc) · 1.96 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!doctype html>
<html>
<head>
<title>Ready to Test (QA) - Site Map</title>
<meta charset="ISO-8859-1" />
<link rel="icon" type="image/x-icon" href="/fav.ico" />
</head>
<body id="site-map">
<!--
This sitemap was added to help users easily navigate the website.
It provides direct links to all main sections and pages, ensuring
that visitors can find what they are looking for quickly.
Created in the style of a 1990's website for a nostalgic, retro feel.
Yeah I know the <font> tag is deprecated in HTML5, but wanted to keep the 90s vibe.
-->
<font face="Times New Roman">
<h1>Site Map</h1>
<ul>
<li><a href="index.htm">Home</a></li>
<br />
<ul>
<li><a href="/html/philosophy.htm">Philosophy</a></li>
<br />
<li><a href="/html/work-style.htm">Work Style</a></li>
<br />
<li><a href="/html/testing-skills.htm">Testing Skills</a></li>
<br />
<li><a href="/html/well-lid.htm">Water Well Lid Project</a></li>
<br />
<li><a href="/html/90s-web.htm">90s Web Design</a></li>
<br />
<li><a href="/html/it-works.htm">It Works Isn't Enough</a></li>
<br />
<li><a href="/html/weather-api.htm">Weather API</a></li>
<br />
<li><a href="/html/helpful-tools.htm">Helpful Tools</a></li>
<br />
<li><a href="/html/cypress.htm">Cypress</a></li>
<br />
<li><a href="/html/guestbook.htm">Guestbook</a></li>
<br />
<li><a href="/html/requirement-gap.htm">Requirement Gap</a></li>
<br />
<li><a href="/html/control-unit.htm">Control Unit</a></li>
<br />
<li><a href="/html/qa-accountability.htm">QA Accountability</a></li>
<br />
<li><a href="/html/qa-bottleneck.htm">QA Bottleneck</a></li>
</ul>
</ul>
</font>
</body>
</html>