-
Notifications
You must be signed in to change notification settings - Fork 1
/
homepage.html
29 lines (29 loc) · 1.49 KB
/
homepage.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="CSS/homepagestyle.css">
<title>Anton 3.0</title>
<script src="./Scripts/rendererHomePage.js"></script>
</head>
<body>
<div id="resp2"><p id="resp">gg</p></div>
<a href="index.html"><img src="Images/prev.png" class="prevBtn"></a>
<div class="box">
<div class="object">
<div class="outline"></div>
<div class="outline" id="delayed"></div>
<div class="button"></div>
<div class="button" id="circlein">
<svg class="mic-icon" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 1000 1000" enable-background="new 0 0 1000 1000" xml:space="preserve" style="fill:#1E2D70">
<g><path d="M500,683.8c84.6,0,153.1-68.6,153.1-153.1V163.1C653.1,78.6,584.6,10,500,10c-84.6,0-153.1,68.6-153.1,153.1v367.5C346.9,615.2,415.4,683.8,500,683.8z M714.4,438.8v91.9C714.4,649,618.4,745,500,745c-118.4,0-214.4-96-214.4-214.4v-91.9h-61.3v91.9c0,141.9,107.2,258.7,245,273.9v124.2H346.9V990h306.3v-61.3H530.6V804.5c137.8-15.2,245-132.1,245-273.9v-91.9H714.4z"/></g>
<circle class = "btn" cx="500px" cy="500px" r="500px" onclick = "var x = document.getElementById('res'); getReply(x)"/>
</svg>
</div>
</div>
</div>
<div>Hello!,I am Anton!</div>
</body>
</html>