File: index_header.html

package info (click to toggle)
auto-editor 26.3.1%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 884 kB
  • sloc: python: 8,445; xml: 68; javascript: 27; makefile: 26
file content (21 lines) | stat: -rw-r--r-- 1,291 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>{{ $1 }}</title>
  <meta property="og:title" content="{{ $1 }}">
  <meta name="twitter:title" content="{{ $1 }}">
  <link rel="stylesheet" href="/style.css?v=1.12.0">
  <meta name="description" property="og:description" content="Automatically edit video and audio by analyzing where sections are silent or still and cut them out.">
  <meta name="twitter:description" content="Automatically edit video and audio by analyzing where sections are silent or still and cut them out.">
  <link rel="canonical" href="https://auto-editor.com">
  <meta property="og:url" content="https://auto-editor.com">
  <meta name="author" content="WyattBlue">
  <meta name="Classification" content="video,video-processing,audio,audio-processing,automatic,video-editing,audio-editing">
  <meta property="og:image" content="/img/1200x630_fb.jpg">
  <link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png">
  <link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png">
  <link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png">
  <link rel="manifest" href="/favicon/site.webmanifest">
</head>