blob: 910bdf2dde54e01ea801627163b277b2b54f6a31 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
@args (String content)
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"
name="viewport">
<meta content="ie=edge" http-equiv="X-UA-Compatible">
<title>Fileview</title>
</head>
<body>
<textarea disabled style="border: none; background-color: white; width: 100vw; height: 100vh">
@content
</textarea>
</body>
</html>
|