-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
54 lines (53 loc) · 1.79 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!doctype html>
<html lang=en>
<head>
<meta charset=utf-8>
<meta name="viewport" content="width=device-width">
<title type="image" src="https://www.servicenow.com/content/dam/servicenow-assets/images/meganav/servicenow-header-logo.svg">ServiceNow v2</title>
<link href="./main.css" rel="stylesheet" type="text/css">
</head>
<div class="input-placeholder">
<input placeholder="Type something"></input>
<button>Search</button>
</div>
<body>
<div class="header">
<input type="image" src="http://www.freelogovectors.net/wp-content/uploads/2018/08/servicenow-logo-900x133.png"></input>
</div>
<div>
<h1>Just a crappy page about ServiceNow latest news</h1>
<section class="container">
<div class="left-half">
<article>
<h1>Left Half</h1>
<h3>News 1</h3>
<!--<div class="weatherurl">
<script src="https://www.yr.no/place/Sverige/Stockholm/Stockholm/external_box_three_days.js"></script><noscript><a href="https://www.yr.no/place/Sverige/Stockholm/Stockholm/">yr.no: Forecast for Stockholm</a></noscript>
</div>-->
</article>
</div>
<div class="right-half">
<article>
<h1>Right Half</h1>
<h3>News 2</h3>
<div class ="allNews">
</div>
</article>
</div>
</section>
<!--<div class="center-half">
<article>
<h2>Center Half</h2>
<h3>News 2</h3>
</article>
</div>-->
<!--<div class="Test1">
<img src="https://g.redditmedia.com/WJKdxXxgjmmzFrq6zgP2LeSzy9QqqFFgppa1ouZ1kNE.gif?w=320&s=6324a911ac605720ab638d295c9203dc">
</div>
<div class="inputchecked">
<input checked </input>
</div>
<button>Gogogo!</button>-->
<script src="script.js"></script>
</body>
</html>