-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
35 lines (34 loc) · 1.12 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
<!-- Harry UK -->
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Coming%20Soon">
<style>
body {
background-color:white;
text-align:center;
margin:100px auto auto auto;
font-family:Coming Soon;
}
h1 {
font-size:30px
}
.hello {
text-align:left;
margin:20px 15px 0px 20px;
}
</style>
</head>
<body>
<h1>Toshiba Is Trash</h1>
<div class="hello">
<p">Hello there today im going to tell you why you should'nt waste your precious money on a Toshiba PC/Laptop</p>
<p>So first off they basically dont run if there not on there TRASH default os</p>
<p>aka modified windows... dont sue me</p>
<p>Second they're cheaply made and slower that a pc you could build for the same price</p>
<p>So you're better off buying a raspberry pi because at least you will have left over money for a better PC</p>
</div>
<img src="http://www.infortech.co.uk/assets/images/laptop%20repairs/Broken-Screen-LCD-Replacement.jpg" />
</body>
</html>