-
Notifications
You must be signed in to change notification settings - Fork 3
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
0 parents
commit 769d185
Showing
13 changed files
with
6,119 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,47 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Play SRG Apple</title> | ||
</head> | ||
<meta charset="UTF-8" content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport' /> | ||
<style> | ||
@font-face { | ||
font-family: "SRG SSR Type Regular"; | ||
src: url("https://www.rsi.ch/play/v3/fonts/SRGSSRTypeVF_Text_W_Wght.woff2") format("woff2"); | ||
} | ||
body { | ||
font-family: "SRG SSR Type Regular"; | ||
-webkit-touch-callout: none; | ||
-webkit-user-select: none; | ||
-webkit-text-size-adjust: 100%; | ||
color: #ffffff; | ||
background-color: #161616; | ||
} | ||
a { | ||
color: white; | ||
} | ||
</style> | ||
<body onload="highlightElement()"> | ||
<div style="text-align: center;"> | ||
<h2>Play SRG Apple</h2> | ||
<br/> | ||
<h4>iPhone & iPad release notes</h4> | ||
<p><a href="releases/release_notes-ios-rsi.html">Play RSI</a></p> | ||
<p><a href="releases/release_notes-ios-rtr.html">Play RTR</a></p> | ||
<p><a href="releases/release_notes-ios-rts.html">Play RTS</a></p> | ||
<p><a href="releases/release_notes-ios-srf.html">Play SRF</a></p> | ||
<p><a href="releases/release_notes-ios-swi.html">Play SWI</a></p> | ||
<br/> | ||
<h4>Apple TV release notes</h4> | ||
<p><a href="releases/release_notes-tvos-rsi.html">Play RSI</a></p> | ||
<p><a href="releases/release_notes-tvos-rtr.html">Play RTR</a></p> | ||
<p><a href="releases/release_notes-tvos-rts.html">Play RTS</a></p> | ||
<p><a href="releases/release_notes-tvos-srf.html">Play SRF</a></p> | ||
<p><a href="releases/release_notes-tvos-swi.html">Play SWI</a></p> | ||
<br/> | ||
<h4>Beta (TestFlight) release notes</h4> | ||
<p><a href="releases/release_notes-ios-beta.html">Play iOS beta</a></p> | ||
<p><a href="releases/release_notes-tvos-beta.html">Play tvOS beta</a></p> | ||
</div> | ||
</body> | ||
</html> |
Oops, something went wrong.