make site not scalable
Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
00c5ff6246
commit
39f2e2db74
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
<head>
|
||||
<title>Plain HTML is good</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
|
||||
<link rel="shortcut icon" href="favicon.png" />
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
</head>
|
||||
|
@ -18,7 +18,7 @@
|
|||
<div class="left">
|
||||
<iframe allowfullscreen="allowfullscreen" sandbox="allow-top-navigation allow-scripts" width="400"
|
||||
height="600"
|
||||
src="https://fedifeed.com/api/v1/feed?user=sam&instance=https%3A%2F%2Ffroth.zone&instance_type=&theme=pleroma&size=100&header=true&replies=false&boosts=true"></iframe>
|
||||
src="https://fedifeed.com/api/v1/feed?user=sam&instance=https%3A%2F%2Ffroth.zone&instance_type=pleroma&theme=pleroma&size=100&header=true&replies=false&boosts=true"></iframe>
|
||||
|
||||
</div>
|
||||
<div class="right">
|
||||
|
|
Loading…
Reference in a new issue