-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
5g
committed
Aug 29, 2024
1 parent
3118fd8
commit 4c1e97f
Showing
8 changed files
with
103 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<!DOCTYPE html> | ||
<html lang=""> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>Twilight Software</title> | ||
</head> | ||
<link rel="stylesheet" href="https://unpkg.com/7.css"> | ||
<body> | ||
<ul role="menubar"> | ||
<li role="menuitem" tabindex="0"><a href="/">Home</a></li> | ||
<li role="menuitem" tabindex="0"><a href="projects">Projects</a></li> | ||
<li role="menuitem" tabindex="0"><a href="contribute">Contribute</a></li> | ||
<li role="menuitem" tabindex="0"><a href="about">About</a></li> | ||
</ul> | ||
<div class="maintext"> | ||
<header class="header"><h4>Welcome to Twilight Software!</h4></header> | ||
<header class="paragraph2"> | ||
<p> | ||
This website is very WIP.<br> | ||
</p> | ||
</header> | ||
</div> | ||
<main></main> | ||
<footer></footer> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<!DOCTYPE html> | ||
<html lang=""> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>Twilight Software</title> | ||
</head> | ||
<link rel="stylesheet" href="https://unpkg.com/7.css"> | ||
<body> | ||
<ul role="menubar"> | ||
<li role="menuitem" tabindex="0"><a href="/">Home</a></li> | ||
<li role="menuitem" tabindex="0"><a href="projects">Projects</a></li> | ||
<li role="menuitem" tabindex="0"><a href="contribute">Contribute</a></li> | ||
<li role="menuitem" tabindex="0"><a href="about">About</a></li> | ||
</ul> | ||
<div class="maintext"> | ||
<header class="header"><h4>Welcome to Twilight Software!</h4></header> | ||
<header class="paragraph2"> | ||
<p> | ||
This website is very WIP.<br> | ||
</p> | ||
</header> | ||
</div> | ||
<main></main> | ||
<footer></footer> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<!DOCTYPE html> | ||
<html lang=""> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>Twilight Software Projects</title> | ||
</head> | ||
<link rel="stylesheet" href="https://unpkg.com/7.css"> | ||
<body> | ||
<ul role="menubar"> | ||
<li role="menuitem" tabindex="0"><a href="/">Home</a></li> | ||
<li role="menuitem" tabindex="0"><a href="projects">Projects</a></li> | ||
<li role="menuitem" tabindex="0"><a href="contribute">Contribute</a></li> | ||
<li role="menuitem" tabindex="0"><a href="about">About</a></li> | ||
</ul> | ||
<div class="maintext"> | ||
<header class="header"><h4>Our projects<br></h1></header> | ||
<header class="header"><h5>These are projects meant to improve and/or bring legacy OS compatibility back to a program.<br></h4> | ||
<header class="header"><p> | ||
<a href="projects/luminafox">Luminafox</a><br>A Firefox fork targeting older versions of Windows!<br><br> | ||
<header class="header"><h4>Upcoming projects<br></h1></header> | ||
<header class="header"><h5>Stuff we're either working on or we will work on soon'<br></h4> | ||
<a href="projects/sunrise">Sunrise</a><br>Modern-ish web browser for older systems<br><br> | ||
<a href="projects/luminamail">Luminamail</a><br>Optimized mail client for Windows XP or higher<br><br> | ||
<a href="projects/project-2600">Project 2600</a><br>Windows XP API extensions to allow for better program compatibility<br><br> | ||
<a href="projects/powershell-xp">PowerShell XP</a><br>Windows Powershell backported to Windows XP<br><br> | ||
|
||
</div> | ||
<main></main> | ||
<footer></footer> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<!DOCTYPE html> | ||
<html lang=""> | ||
<meta http-equiv="refresh" content="0; URL='https://github.com/twilight-software/luminafox'" /> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<!DOCTYPE html> | ||
<html lang=""> | ||
<meta http-equiv="refresh" content="0; URL='https://github.com/twilight-software/luminamail'" /> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<!DOCTYPE html> | ||
<html lang=""> | ||
<meta http-equiv="refresh" content="0; URL='https://github.com/twilight-software/powershell-xp'" /> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<!DOCTYPE html> | ||
<html lang=""> | ||
<meta http-equiv="refresh" content="0; URL='https://github.com/twilight-software/project-2600'" /> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<!DOCTYPE html> | ||
<html lang=""> | ||
<meta http-equiv="refresh" content="0; URL='https://github.com/twilight-software/sunrise'" /> | ||
</html> |