-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
35 lines (32 loc) · 1.15 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<script src=program.js></script>
<script src=nor.js></script>
<link rel="stylesheet" href="style.css" />
<meta charset="UTF-8">
</head>
<div class="container">
<div class="header">
<img src="https://i.imgur.com/gcrn0co.jpg" alt="Header" id="headerimg">
<ul>
<li><a class="active" href="home.html">Home</a></li>
<li><a href="language.html">Languages</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="about.html">About</a></li>
</ul>
</div>
<div class="site">
<div class="square">
<div class="about">
<img src="http://www.generaltouch.com/wp-content/uploads/2016/02/service-icon-06.png" id="faqimg" alt="Header" >
<p id="text">The program will get a text as input and print a better text where bad words/expressions are changed with better and more academic words/expressions. Words that are changed will be marked and the user can change the tagged words to other synonym words, or keep to the original word.</p>
</div>
</div>
</div>
<div class="copyRight">
<p><b>Copyright © Marcus Rosland Goplen - 2018</p></b>
</div>
</div>
</body>
</html>