add viewport meta tag,
fix content page title Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
parent
0acf9000d2
commit
cf5c092eb5
@ -2,7 +2,8 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>tronnet homepage</title>
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<title>tronnet - contact</title>
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
</head>
|
||||
<body style="background-color:black;">
|
||||
|
@ -2,7 +2,8 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>tronnet homepage</title>
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<title>tronnet - home</title>
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
</head>
|
||||
<body style="background-color:black;">
|
||||
|
Loading…
Reference in New Issue
Block a user