Skip to content

Commit

Permalink
Publish release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
rts-devops committed Sep 18, 2023
0 parents commit 05b5d64
Show file tree
Hide file tree
Showing 13 changed files with 5,919 additions and 0 deletions.
47 changes: 47 additions & 0 deletions index.html
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>
Loading

0 comments on commit 05b5d64

Please sign in to comment.