updates on order
This commit is contained in:
parent
073bec16a1
commit
2e24df64f8
1 changed files with 7 additions and 5 deletions
|
@ -1,6 +1,12 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
|
<meta charset="UTF-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
<link rel="icon" type="image/png" sizes="16x16" href="../img/trashw.png" />
|
||||||
|
<link rel="stylesheet" href="/css/map.css" />
|
||||||
|
<title>RuscoMap Tutorial</title>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
@ -15,11 +21,7 @@
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<meta charset="UTF-8" />
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
||||||
<link rel="icon" type="image/png" sizes="16x16" href="../img/trashw.png" />
|
|
||||||
<link rel="stylesheet" href="/css/map.css" />
|
|
||||||
<title>RuscoMap Tutorial</title>
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<center>
|
<center>
|
||||||
|
|
Loading…
Reference in a new issue