Skip to content
Snippets Groups Projects
index.html 589 B
Newer Older
  • Learn to ignore specific revisions
  • <!doctype html>
    
    <head>
      <meta charset="utf-8">
    
    rhenck's avatar
    rhenck committed
      <title>Editor Aspect</title>
    
      <base href="/">
      <meta name="viewport" content="width=device-width, initial-scale=1">
      <link rel="icon" type="image/x-icon" href="favicon.ico">
    
      <link href="assets/common-styles.css" rel="stylesheet">
      <link href="assets/roboto.css" rel="stylesheet">
      <link href="assets/ptsans.css" rel="stylesheet">
      <link href="assets/notoSansSymbols2.css" rel="stylesheet">
      <link href="assets/material-icons.css" rel="stylesheet">
    
    </head>
    <body>
    
      <aspect-editor></aspect-editor>
    
    </body>
    </html>