mirror of
https://github.com/usememos/memos.git
synced 2024-11-15 11:17:58 +08:00
14 lines
364 B
HTML
14 lines
364 B
HTML
|
<!-- THIS FILE IS A PLACEHOLDER AND SHOULD NOT BE CHANGED -->
|
||
|
<!DOCTYPE html>
|
||
|
<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>Memos</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<p>No frontend embeded.</p>
|
||
|
</body>
|
||
|
</html>
|