adjust content for screen size
This commit is contained in:
parent
e8d4281452
commit
838929a2a3
5 changed files with 10 additions and 0 deletions
2
404.html
2
404.html
|
@ -1,6 +1,8 @@
|
|||
<html lang="en-US">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Template</title>
|
||||
<link rel="stylesheet" href="style/style.css" />
|
||||
</head>
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Array in a Matrix</title>
|
||||
<link rel="stylesheet" type="text/css" href="style/main.style.css" />
|
||||
</head>
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
<html lang="en-US">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Template</title>
|
||||
<link rel="stylesheet" href="../../style/style.css" />
|
||||
</head>
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
<html lang="en-US">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Template</title>
|
||||
<link rel="stylesheet" href="../../style/style.css" />
|
||||
</head>
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
<html lang="en-US">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Template</title>
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
</head>
|
||||
|
|
Loading…
Add table
Reference in a new issue