20 lines
773 B
HTML
20 lines
773 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
|
||
|
<meta name="theme-color" content="#000000">
|
||
|
|
||
|
<link rel="manifest" href="/ui/manifest.json">
|
||
|
<link rel="shortcut icon" href="/ui/favicon.ico">
|
||
|
|
||
|
<title>DN42 Paste</title>
|
||
|
|
||
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
|
||
|
<link href="paste.css" rel="stylesheet">
|
||
|
</head>
|
||
|
<body>
|
||
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||
|
</body>
|
||
|
</html>
|