-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrenderpreview.html
More file actions
31 lines (28 loc) · 844 Bytes
/
renderpreview.html
File metadata and controls
31 lines (28 loc) · 844 Bytes
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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<title>Render Projects</title>
<link rel="icon" href="logo.png">
</head>
<body>
<div class="bar">
<button onclick="window.location.href='index.html'">Home</button>
</div>
<br>
<br>
<br>
<div class="frame">
<iframe style="border-style:solid;border-width:2px;border-color:blue;width:100%;height:700px;"
src="https://richardliucode.onrender.com"></iframe>
<br>
<br>
<button onclick="window.open('https://richardliucode.onrender.com','_blank')">Open in new tab</button>
</div>
<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>