-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmobile-index.html
More file actions
22 lines (18 loc) · 955 Bytes
/
mobile-index.html
File metadata and controls
22 lines (18 loc) · 955 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en-EN">
<head>
<!-- change scale on mobile devices and define charset - content-->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="My Personal Github @cookie0o Website!">
<!-- Set page title and icon -->
<title>Hello!</title>
<link rel="icon" type="image/x-icon" href="https://findicons.com/files/icons/2779/simple_icons/128/github_128_black.png">
<!-- Import css -->
<link rel="stylesheet" #type="text/css" href="./CSS//mobile/style.css" onload="this.media='all'">
<!-------------------------------------------------------------------------------------------------->
<!-- misc elements -->
<body>
<p class="header-txt">View this website on your PC!</p>
</body>
<script src="./JS/mobile/script.js"></script>