-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
46 lines (44 loc) · 2.37 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>index</title>
<style type="text/css">
a {
font-size:2em;
}
</style>
</head>
<h1 style="text-align:center;color:green;">
Summary
</h1>
<p><a href="./1.RoleDice/DiceEx.html">1. Role dice</a></p>
<p><a href="./2.Loop/LoopEx.html">2. Loop</a></p>
<p><a href="./3.Earth/WebGLEarthAPIEx.html">3. Earth</a></p>
<p><a href="./4.Lottery/LotteryEx.html">4. Lottery</a></p>
<p><a href="./5.PlayersList/PlayersList.html">5. Players list</a></p>
<p><a href="./6.CoursesListJSON/Courses.html">6. Courses list from JSON</a></p>
<p><a href="./7.StringInfo/String.html">7. String info</a></p>
<p><a href="./8.ShowImages/Images.html">8. Show images</a></p>
<p><a href="./9.InfractionFine/InfractionFine.html">9. Infraction fine</a></p>
<p><a href="./10.MinigolfList/MinigolfList.html">10. Minigolf list</a></p>
<p><a href="./11.GrossSalary/GrossSalary.html">11. Gross salary</a></p>
<p><a href="./12.CarShare/CarShare.html">12. Share car</a></p>
<p><a href="./13.BetsGame/Game.html">13. Bets game</a></p>
<p><a href="./14.Fish/Fish.html">14. Fish</a></p>
<p><a href="./15.DoublePips/SamePips.html">15. Double pips</a></p>
<p><a href="./16.CandidatesPartyVotes/VotesofParty.html">16. Party candidates votes</a></p>
<p><a href="./17.ProductsList/Products.html">17. Products list</a></p>
<p><a href="./18.DoctorVisit/DoctorVisitAndKelaEx.html">18. Doctor visit</a></p>
<p><a href="./19.SummerCottage/SummerCottage.html">19. Summer cottage rent</a></p>
<p><a href="./20.Temperatures/AverageTemperatures.html">20. Temperatures table</a></p>
<p><a href="./21.WeightReduce/Weight.html">21. Weight reduce</a></p>
<p><a href="./22.RainFall/RainFall.html">22. Rainfall sum</a></p>
<p><a href="./23.ArraySort/SortArray.html">23. Array sort</a></p>
<p><a href="./24.BodyMassIndex/BodyMassIndex.html">24. Body mass index</a></p>
<p><a href="./25.PhonePackageComparison/PackageComparison.html">25. Phone package comparison</a></p>
<p><a href="./26.Age2CurrentDate/Age.html">26. Age to current year</a></p>
<p><a href="./27.TemperatureConverter/TemperatureConversion.html">27. Temperature converter</a></p>
<p style="text-align:right"><a href="./usefulLinks.html" style="color:red">useful links</a></p>
<body>
</body>