Advertisement
SpaTeam

What's new 2.6.0 (it)

Jun 3rd, 2016
1,028
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.97 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <meta charset="UTF-8" content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport' />
  4. <style>
  5. @font-face {
  6.   font-family: "SRG SSR Type Regular";
  7.   src: url("http://www.rts.ch/play/assets/build/production/css/fonts/SRGSSRType_Rg.ttf") format("truetype");
  8. }
  9. @font-face {
  10.   font-family: "SRG SSR Type Bold";
  11.   src: url("http://www.rts.ch/play/assets/build/production/css/fonts/SRGSSRType_Bd.ttf") format("truetype");
  12. }
  13. body {
  14.   font-family: "SRG SSR Type Regular";
  15.   -webkit-touch-callout: none;
  16.   -webkit-user-select: none;
  17.   -webkit-text-size-adjust: 100%;
  18.   color: #ffffff;
  19.   background-color: #000000;
  20. }
  21. </style>
  22. <body>
  23.  
  24. <h1>Novità</h1>
  25. <ul>
  26. <li>Streaming radiofonico completamente rivisto: accesso rapido alle reti radio e comandi del player sempre visibili.</li>
  27. <li>Possibilità di mettere in pausa e di tornare indietro.</li>
  28. <li>Modulo eventi con eventi live.</li>
  29. </ul>
  30.  
  31. </body>
  32. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement