-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
134 changed files
with
18,278 additions
and
64,813 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,34 @@ | ||
<!doctype html> | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<title>Phoenix</title> | ||
<base href="/phoenix/"> | ||
|
||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous"> | ||
|
||
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicon/apple-touch-icon.png"> | ||
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicon/favicon-32x32.png"> | ||
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicon/favicon-16x16.png"> | ||
<link rel="manifest" href="assets/favicon/site.webmanifest"> | ||
<link rel="mask-icon" href="assets/favicon/safari-pinned-tab.svg" color="#e34059"> | ||
<link rel="shortcut icon" href="assets/favicon/favicon.ico"> | ||
<meta name="msapplication-TileColor" content="#e34059"> | ||
<meta name="msapplication-config" content="assets/favicon/browserconfig.xml"> | ||
<meta name="theme-color" content="#ffffff"> | ||
|
||
<meta name="apple-mobile-web-app-capable" content="yes"> | ||
<meta name="apple-mobile-web-app-status-bar-style" content="default"> | ||
|
||
<!-- Essential META Tags --> | ||
<meta property="og:title" content="Phoenix Project"> | ||
<meta property="og:description" content="Experiment independent application for visualising data from HEP (High Energy Physics) experiments in the browser."> | ||
<meta property="og:image" content="https://hepsoftwarefoundation.org/phoenix/assets/images/cover.jpg"> | ||
<meta property="og:url" content="https://hepsoftwarefoundation.org/phoenix/"> | ||
<meta name="twitter:card" content="summary_large_image"> | ||
|
||
<style type="text/css">@font-face{font-family:'Material Icons';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/materialicons/v78/flUhRq6tzZclQEJ-Vdg-IuiaDsNa.woff) format('woff');}.material-icons{font-family:'Material Icons';font-weight:normal;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;font-feature-settings:'liga';}@font-face{font-family:'Material Icons';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/materialicons/v78/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format('woff2');}.material-icons{font-family:'Material Icons';font-weight:normal;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-feature-settings:'liga';-webkit-font-smoothing:antialiased;}</style> | ||
<link rel="stylesheet" href="styles.7c59c22e9b4e0ca94a1d.css"></head> | ||
|
||
<body> | ||
<app-root></app-root> | ||
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script> | ||
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script> | ||
<script src="runtime-es2015.a4dadbc03350107420a4.js" type="module"></script><script src="runtime-es5.a4dadbc03350107420a4.js" nomodule="" defer=""></script><script src="polyfills-es5.1ff71a25bc2bddd0d850.js" nomodule="" defer=""></script><script src="polyfills-es2015.ed0b2c495d2abaabd5b4.js" type="module"></script><script src="main-es2015.151bc328a5475864322e.js" type="module"></script><script src="main-es5.151bc328a5475864322e.js" nomodule="" defer=""></script></body> | ||
|
||
<head> | ||
<meta charset="utf-8"/> | ||
<title>Phoenix</title> | ||
<base href="/phoenix/"/> | ||
|
||
<meta name="viewport" content="width=device-width, initial-scale=1"/> | ||
|
||
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicon/apple-touch-icon.png"/> | ||
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicon/favicon-32x32.png"/> | ||
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicon/favicon-16x16.png"/> | ||
<link rel="shortcut icon" href="assets/favicon/favicon.ico"/> | ||
<meta name="msapplication-TileColor" content="#e34059"/> | ||
<meta name="theme-color" content="#ffffff"/> | ||
|
||
<meta name="apple-mobile-web-app-capable" content="yes"/> | ||
<meta name="apple-mobile-web-app-status-bar-style" content="default"/> | ||
|
||
<!-- Essential META Tags --> | ||
<meta property="og:title" content="Phoenix Project"/> | ||
<meta property="og:description" content="Experiment independent application for visualising data from HEP (High Energy Physics) experiments in the browser."/> | ||
<meta property="og:image" content="https://hepsoftwarefoundation.org/phoenix/assets/images/cover.jpg"/> | ||
<meta property="og:url" content="https://hepsoftwarefoundation.org/phoenix/"/> | ||
<meta name="twitter:card" content="summary_large_image"/> | ||
|
||
<style type="text/css">@font-face{font-family:'Material Icons';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/materialicons/v82/flUhRq6tzZclQEJ-Vdg-IuiaDsNa.woff) format('woff');}.material-icons{font-family:'Material Icons';font-weight:normal;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;font-feature-settings:'liga';}@font-face{font-family:'Material Icons';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/materialicons/v82/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format('woff2');}.material-icons{font-family:'Material Icons';font-weight:normal;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-feature-settings:'liga';-webkit-font-smoothing:antialiased;}</style> | ||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"/> | ||
<link rel="stylesheet" href="styles.c0ecc77e72c5c7527af9.css"></head> | ||
|
||
<body> | ||
<app-root></app-root> | ||
<script src="runtime-es2015.a4dadbc03350107420a4.js" type="module"></script><script src="runtime-es5.a4dadbc03350107420a4.js" nomodule="" defer=""></script><script src="polyfills-es5.68f14d5604be43e090b6.js" nomodule="" defer=""></script><script src="polyfills-es2015.eadf0598aac0047e9d8a.js" type="module"></script><script src="main-es2015.04ed9ca2a9c86475ab7e.js" type="module"></script><script src="main-es5.04ed9ca2a9c86475ab7e.js" nomodule="" defer=""></script></body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.