SpaTeam

What's new 2.6.0 (en)

Jun 3rd, 2016
282
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.76 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>What's new</h1>
  25. <ul>
  26. <li>Bug fixes.</li>
  27. </ul>
  28.  
  29. </body>
  30. </html>
Add Comment
Please, Sign In to add comment