Minor HTML improvements
This commit is contained in:
parent
330e3c1619
commit
071062fe77
2 changed files with 7 additions and 7 deletions
|
|
@ -1,14 +1,14 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width initial-scale=1, maximum-scale=1, user-scalable=0" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=0">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<script src="fn.js"></script>
|
||||
<script src="sha256.js"></script>
|
||||
<title>Remote Touchpad</title>
|
||||
<link href="main.css" media="screen" rel="stylesheet" />
|
||||
<link href="icon.png" type="image/png" rel="shortcut icon" />
|
||||
<link href="main.css" media="screen" rel="stylesheet">
|
||||
<link href="icon.png" type="image/png" rel="shortcut icon">
|
||||
|
||||
<div id="opening">
|
||||
<p>Connecting...</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue