mirror of
https://github.com/danog/schema.tl.git
synced 2025-01-22 13:52:46 +01:00
32 lines
1.2 KiB
HTML
32 lines
1.2 KiB
HTML
<html ng-app="tlDocsApp">
|
|
<head>
|
|
<title>TL-Schema Explorer</title>
|
|
<link rel="stylesheet" href="/css/styles.css?v4">
|
|
<link rel="stylesheet" href="/css/fonts.css">
|
|
<link rel="stylesheet" href="/css/rgs.css">
|
|
<script src="/js/schema.js"></script>
|
|
<script src="/js/angular.min.js"></script>
|
|
<script src="/js/ngroute.min.js"></script>
|
|
<script src="/js/app.js?v4"></script>
|
|
|
|
<meta property="og:title" content="TL-Schema Explorer">
|
|
<meta property="og:site_name" content="TL-Schema Explorer">
|
|
<meta property="og:type" content="website">
|
|
<meta property="og:description" content="Search the Telegram API schema in a beautiful way.">
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<div class="header-inner">
|
|
<a href="#!/" class="home">TL-Schema Explorer (Layer 71)</a>
|
|
<a href="/resources/schema.json">Download schema.json</a>
|
|
<a href="/resources/schema.tl">Download schema.tl</a>
|
|
|
|
<div class="header-right">
|
|
<input type="text" placeholder="Search..." ng-hide="hideGlobalSearch" class="header-search" ng-model="globalSearch" ng-change="doSearch()">
|
|
</div>
|
|
</div>
|
|
</header>
|
|
|
|
<div class="content" ng-view></div>
|
|
</body>
|
|
</html> |