Skip to content
Snippets Groups Projects
index.html 1.7 KiB
Newer Older
  • Learn to ignore specific revisions
  • <!doctype html>
    <html lang="en">
    <head>
      <meta charset="UTF-8">
      <title>Verona Player Aspect</title>
    
      <meta name="application-name" content="iqb-player-aspect"
            data-version="0.1.0"
            data-repository-url="https://github.com/iqb-berlin/verona-modules-apect"
            data-api-version="3.0.0"
            data-not-supported-api-features=""
            data-supported-unit-definition-types="iqb-aspect-module@0.1.1"
    
            data-supported-unit-state-data-types="iqb-standard@1.0"
    
            data-supported-browsers='{"Firefox": 69, "Chrome": 72, "Edge": 79}'
      />
    
      <script type="application/ld+json" id="meta_data" >
    
          "@context": "https://w3id.org/iqb/verona-modules",
          "@type": "player",
          "@id": "iqb-player-aspect",
          "name": {
            "de": "IQB-Player (Aspect)",
            "en": "IQB player (Aspect)"
          },
    
            "name": {
              "de": "IQB - Institut zur Qualitätsentwicklung im Bildungswesen",
              "en": "IQB - Institute for Educational Quality Improvement"
            },
    
            "url": "https://www.iqb.hu-berlin.de",
            "email": "iqb-tbadev@hu-berlin.de"
          },
    
          "description": {
            "de": "TODO",
            "en": "TODO"
          },
          "version": "version-placeholder",
          "apiVersion": "3.0.0",
          "repository": {
            "type": "git",
            "url": "https://github.com/iqb-berlin/verona-modules-apect"
          },
          "notSupportedFeatures": []
    
      <link rel="stylesheet" href="player.css">
    
    rhenck's avatar
    rhenck committed
      <link href="player/assets/roboto.css" rel="stylesheet">
    
    jojohoch's avatar
    jojohoch committed
      <link href="player/assets/material-icons.css" rel="stylesheet">
    
    <script type="text/javascript" src="player.js"></script>
    
    <player-aspect></player-aspect>