-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfeedback.html
More file actions
56 lines (51 loc) · 1.73 KB
/
Copy pathfeedback.html
File metadata and controls
56 lines (51 loc) · 1.73 KB
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
<!DOCTYPE html>
<html>
<head>
<meta name="robots" content="noindex">
<meta name="description" content="This is the feedback page of the website, you can send feedback to richard in this page.">
<meta name="author" content="Richard Liu">
<meta name="viewport" content="width=device-width, initial-scale=0.7" />
<link rel="stylesheet" href="style.css" />
<link rel="icon" href="./asset/favicon.png">
<link rel="apple-touch-icon" href="./asset/favicon.png">
<title>feedback</title>
</head>
<body>
<div class="bar">
<a href="index.html"> <button>Home</button></a>
<nav>
<a href="./code.orgProjects.html"><button>Code.org Projects</button></a>
<a href="./GitHub"><button>GitHub Projects</button></a>
<a href="https://codepen.io/richardliucode"><button>CodePen Projects</button></a>
<a href="./renderpreview.html"><button>Render Projects</button></a>
<a href="./browserExtensions.html"><button>Browser Extensions Projects</button></a>
<a href="./jspackages.html"><button>NPM Packages Projects</button></a>
</nav>
</div>
<br>
<br>
<br>
<br>
<div class="frame">
<h1>Send Feedback</h1>
</div>
<br>
<div class="frame">
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLScdKRUW44m5XtVbC9BbDWoryIWqhRNBvTxOl3dEJGTcuR1v6A/viewform?usp=dialog" style="width: 100%;height:850px;border:none;border-radius:5px;background:none;">
</iframe>
</div>
<br>
<div class="frame">
<h1>Email</h1>
<p id="emailDisplay">Email: richardadesigner@gmail.com</p>
</div>
<br />
<br />
<br />
<footer class="bottombar">
<p style="margin-left:15px;">© 2025 Richard Liu</p>
<p>RichardCode</p>
<p style="margin-right:18px;">Host by GitHub</p>
</footer>
</body>
</html>