-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresults.html
32 lines (30 loc) · 1.26 KB
/
results.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
25
26
27
28
29
30
31
32
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>InnerSource Project Portal</title>
<link rel="stylesheet" href="lib/materialize.min.css"/>
<link rel="stylesheet" href="lib/material-icons.css"/>
<link rel="stylesheet" href="styles/global.css"/>
</head>
<body>
<!-- header bar -->
<nav>
<div class="nav-wrapper blue">
<a target="_blank" href="https://yourcompany.corp/innersource-landingpage" class="brand-logo logo">
<!-- add a logo if needed
<img src="images/logo.png" width="50" alt="InnerSource logo" data-position="right" data-tooltip="Show more information about InnerSource..." class="tooltipped">
-->
</a>
<span class="brand-logo center">COLLABORATE<span id="header-text">Collaborate to improve productivity!</span></span>
</div>
</nav>
<!DOCTYPE html>
<html>
<body>
<span style="font-family:Verdana" class="brand-logo center"><br><span id="header-text"><h1 style="font-size: 26px">Collaboration application successful!</h1></span>
<br>
<form action="index.html" method="GET">
<button><span class="brand-logo center" id="header-text">Back</span></button>
</form>