-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
24 lines (24 loc) · 1.18 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<html>
<head>
<title>PdmV Pages</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css">
<link rel="icon" type="image/png" href="pdmv.png" />
<style>a {color: #005eb6}</style>
</head>
<body>
<div style="text-align: center; margin-top: 20px; padding: 8px;">
<img style="width: 168px" src="logo.png"/>
</div>
<h3 style="text-align: center;">PdmV Pages</h3>
<h6 style="text-align: center;">Various small PdmV pages that did not fit anywhere else</h6>
<div style="text-align: center; margin: auto;">
<div><a href="rereco_ul">ReReco UL</a> - ReReco UltraLegacy production</div>
<div><a href="run_3_data/full_table.html">Run3 DATA</a> - Run 3 DATA production</div>
<div><a href="transferor_stuckor">Staging workflows</a> - workflows in "staging" status</div>
<div><a href="main_bkg_ul">Main background UL</a> - CMS Main Monte Carlo Background Samples for UL</div>
<div style="margin-top: 20px;">
<a href="https://github.com/cms-PdmV/PdmVPages">GitHub</a> | <i><a href="https://cms-pdmv-prod.web.cern.ch/">Go to PdmV homepage</a></i>
</div>
</div>
</body>
</html>