-
Notifications
You must be signed in to change notification settings - Fork 0
/
next.html
98 lines (67 loc) · 2.75 KB
/
next.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<!--- basic page needs
================================================== -->
<meta charset="utf-8">
<title>TW</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- mobile specific metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/vendor.css">
<link rel="stylesheet" href="css/main.css">
<!-- script
================================================== -->
<script src="js/modernizr.js"></script>
<script src="js/pace.min.js"></script>
<!-- favicons
================================================== -->
<link rel="shortcut icon" href="abc.png" type="image/x-icon">
<link rel="icon" href="abc.png" type="image/x-icon">
<style type="text/css">
textarea{
width: 50%;
min-height: 100px;
max-height:500px;
background: white;
font-size: 18px;
color: black;
border-color: black;
position: relative;
margin: auto;
}
</style>
</head>
<body id="top">
<!-- header
================================================== -->
<header>
<div class="header-logo">
<a href="index.html">TW</a>
</div>
</header> <!-- end header -->
<!-- home
================================================== -->
<section id="home">
<div class="overlay"></div>
<div class="home-content-table">
<div class="home-content-tablecell">
<img src="https://nairobinews.nation.co.ke/wp-content/uploads/2017/08/Meru-accident.jpg" alt="image" style="display: block; margin: auto; height: 50%; width: 50%;"><br>
<div id="textarea" style="background: white; display: block; margin: auto; width: 30%; height:10%"><object data="sample.txt" style="font-size: 20px"></object></div>
<br>
<button type="button" id="capture" style="color: white; background: transparent; border: 3px solid #FFF; align-self: center;display: block; margin: 0 auto;"><a href="http://localhost:8082/" style="color: black">POST</a></button><br>
</div> <!-- end home-content-tablecell -->
</div> <!-- end home-content-table -->
</section> <!-- end home -->
<!-- Java Script
================================================== -->
<script src="js/jquery-2.1.3.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
</body>
</html>