mirror of
https://github.com/tomru/pdfer.git
synced 2026-03-03 14:37:21 +01:00
17 lines
542 B
HTML
17 lines
542 B
HTML
<!DOCTYPE html>
|
|
<html lang="de">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>PDFer</title>
|
|
<meta name="application-name" content="PDFer">
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css" />
|
|
<link rel="stylesheet" href="/styles.css">
|
|
</head>
|
|
<body>
|
|
<div id="root">
|
|
<div id="app">Loading</div>
|
|
</div>
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/fetch/2.0.2/fetch.min.js"></script>
|
|
</body>
|
|
</html>
|