forked from rdpeng/ProgrammingAssignment2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
17 lines (11 loc) · 953 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<html>
<body>
<a href="myspectrum://com.spectrum.myspectrum/app/navigation/MobileDataPlans">MobileDataPlans</a>
<a href="myspectrum://com.spectrum.myspectrum/app/navigation/MobileDataLineInfo?lineId=105914525">Line Info</a>
<a href="myspectrum://com.spectrum.myspectrum/app/navigation/MobileDataLineInfo?lineId=105914525&switchToPlanType=UNL">Switch to UNL</a>
<a href="myspectrum://com.spectrum.myspectrum/app/navigation/MobileDataLineInfo?lineId=105914525&switchToPlanType=UNLPLUS">Switch to UNLPLUS</a>
<a href="myspectrum://com.spectrum.myspectrum/app/navigation/MobileDataLineInfo?lineId=1302420218">Line Info UAT</a>
<a href="myspectrum://com.spectrum.myspectrum/app/navigation/MobileDataLineInfo?lineId=1302420218&switchToPlanType=UNL">Switch to UNL UAT</a>
<a href="myspectrum://com.spectrum.myspectrum/app/navigation/MobileDataLineInfo?lineId=1302420218&switchToPlanType=UNLPLUS">Switch to UNLPLUS UAT</a>
</body>
</html>