Advertisement
RMB4U

RMB CERN

Dec 1st, 2015
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.20 KB | None | 0 0
  1. Copy and paste this into notepad and save it to an .html file to create a quick CERN overview, scale with [ctrl] [-]
  2. Make sure you do not copy any line numbers, scroll down to Raw Past Data.
  3.  
  4. <HTML>
  5.  <HEAD>
  6.    <TITLE>RMB4U CERN Monitor</TITLE>
  7.    <meta http-equiv="refresh" content="300">   <!--  Failsave auto refresh 300 sec = 5 min. -->
  8.  </HEAD>
  9.  
  10. <style>
  11. #frame { zoom: 0.50; -moz-transform: scale(0.50); -moz-transform-origin: 0 0; }
  12. </style>
  13.  
  14.  <FRAMESET ROWS="50%,50%" COLS="33%,33%,33%" FRAMESPACING="0" BORDER="0">
  15.    <FRAME SRC="http://services.swpc.noaa.gov/images/ace-mag-swepam-24-hour.gif" NORESIZE SCROLLING="no">
  16.    <FRAME SRC="http://services.swpc.noaa.gov/images/goes-electron-flux.gif" NORESIZE SCROLLING="no">
  17.    <FRAME SRC="http://services.swpc.noaa.gov/images/planetary-k-index.gif" NORESIZE SCROLLING="no">
  18.  
  19.    <FRAME SRC="https://op-webtools.web.cern.ch/op-webtools/vistar/vistars.php?usr=LHCLUMINOSITY" NORESIZE SCROLLING="no">
  20.    <FRAME SRC="https://op-webtools.web.cern.ch/op-webtools/vistar/vistars.php?usr=LHCDASHBOARD" NORESIZE SCROLLING="no">
  21.    <FRAME SRC="https://op-webtools.web.cern.ch/op-webtools/vistar/vistars.php?usr=LHCBDS" NORESIZE SCROLLING="no">
  22.  </FRAMESET>
  23. </HTML>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement