forked from dotevie/sz-games.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEXAMPLEPAGE.html
More file actions
29 lines (24 loc) · 704 Bytes
/
Copy pathEXAMPLEPAGE.html
File metadata and controls
29 lines (24 loc) · 704 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
<!DOCTYPE html>
<html>
<head>
<link rel="icon" href="">
<title></title>
<meta charset="UTF-8">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body {
overflow-y: hidden;
background-color: #363636;
margin: 0;
font-family: Arial, Helvetica, sans-serif;
color: white;
}
</style>
</head>
<body >
<h1 style="text-align: center;">This Is A Example Page</h1>
<h1 style="text-align: center;">This is a easier way to embed pages in most cases</h1>
<p style="text-align: center;">you can chage the embed by changing the link in game=https://example.com</p>
</body>
</html>