some more msntv2 updates

This commit is contained in:
zefie
2026-05-05 09:20:31 -04:00
parent e1d2c59ed5
commit 43a87347b8
8 changed files with 51 additions and 31 deletions

View File

@@ -4,7 +4,7 @@ headers = `Status: 200 OK
Content-type: text/html`;
data = `<HTML xmlns:msntv>
<?import namespace="msntv" implementation="HTC/Shared/CustomButton.htc">
<?import namespace="msntv" implementation="https://sg1.trusted.msntv.msn.com/Include/HTC/Shared/CustomButton.htc">
<HEAD>
<title id="title">Learning to use the keyboard</title>
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
@@ -44,16 +44,12 @@ data = `<HTML xmlns:msntv>
<textarea name="password" id="password" rows="1" cols="15"></textarea>
</div>
<br>
If you don't have an existing minisrv account, select the <EM>Back</EM> Button.
If you reset your box, you can recover your existing account by entering the username and password.
If you intend to use an account that is already established on your WebTV, type in the username and password for that account.
If you do not have a password set on your primary user account, you will need to set one up on your WebTV before you can log in here. After entering your username and password, select the <EM>Continue</EM> Button.
If you do not have a password set on your primary user account, you will need to set one up on your WebTV before you can connect it to this MSNTV2.
After entering your username and password, select the <EM>Continue</EM> Button.
</DIV>
<div id="footer">
<msntv:CustomButton id="continue" label="Continue" href="/Register/Validate-account.aspx"/>
</div>
<div id="Back">
<msntv:CustomButton id="continue2" label="Back" href="/Register/Register-MSN-email.aspx"/>
<msntv:CustomButton id="continue2" label="Back" href="/Register/Establish-your-MSN-TV-Account.html"/>
<msntv:CustomButton id="continue" label="Continue" disabled="true" href="/Register/Validate-account.aspx"/>
</div>
</BODY>
</HTML>`;