Skip to content

Commit

Permalink
Create folder for pages and add first software description page
Browse files Browse the repository at this point in the history
  • Loading branch information
KernelFox0 authored Nov 13, 2023
1 parent e1d939f commit 2569e62
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions Pages/shutdial-desc.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="Details about the 'Windows XP Shutdown Dialog' program">
<meta name="author" content="Kernel">
<meta name="keywords" content="">
<title>Windows XP Shutdown dialog</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div id="title">
<h1>Windows XP Shutdown dialog</h1>
</div>
<div id="mainContent">

</div>
</body>
</html>

0 comments on commit 2569e62

Please sign in to comment.