-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsplit.html
More file actions
23 lines (21 loc) · 1.04 KB
/
Copy pathsplit.html
File metadata and controls
23 lines (21 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en-US">
<head>
<link href='https://fonts.googleapis.com/css?family=Muli' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Damion' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="split.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src= "split.js"></script>
</head>
<body>
<div id="top" class="split background">
<div id="cashText" class="split text tfcFont" onselectstart="return false">Looking for cash?</div>
</div>
<div id="bottom" class="split background">
<div id="listText" class="split text tfcFont" onselectstart="return false">Listing a task?</div>
</div>
<img id="tree" class="split background" src="tree_solid.png">
</body>
</html>