mirror of
https://github.com/nextcloud/android.git
synced 2024-11-24 06:05:42 +03:00
22 lines
1.2 KiB
Standard ML
22 lines
1.2 KiB
Standard ML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8"/>
|
|
<meta content="width=device-width, initial-scale=1" name="viewport"/>
|
|
<meta content="ie=edge" http-equiv="x-ua-compatible"/>
|
|
<meta name="csrf-token" content="eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ0ZXh0IjoidG9iaWFzS2FtaW5za3kiLCJ0eXBlIjoiY3NyZiJ9.prE-2Gl0j_W5KkCmDdlV117apFcLwaMi-JOe1j0OQsc" />
|
|
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet"/>
|
|
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono" rel="stylesheet"/>
|
|
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"/>
|
|
<link href="/static/app.css" rel="stylesheet"/>
|
|
<link href="/static/favicon.ico" rel="icon" type="image/x-icon"/>
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script>
|
|
window.STATE_FROM_SERVER={"csrf":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ0ZXh0IjoidG9iaWFzS2FtaW5za3kiLCJ0eXBlIjoiY3NyZiJ9.prE-2Gl0j_W5KkCmDdlV117apFcLwaMi-JOe1j0OQsc","user":{"id":9,"login":"tobiasKaminsky","email":"tobias@nextcloud.com","avatar_url":"https://avatars0.githubusercontent.com/u/5836855?v=3","active":false}};
|
|
</script>
|
|
<script src="https://code.getmdl.io/1.1.3/material.min.js"></script>
|
|
<script src="/static/app.js"></script>
|
|
</body>
|
|
</html>
|