Skip to content
Snippets Groups Projects
Select Git revision
  • 6bc2e00f5a960106fdfeb1c51a023a160a2585f2
  • master default protected
2 results

LegalMentionTest.php

Blame
  • index.html 642 B
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="utf-8" />
        <meta http-equiv="X-UA-Compatible" content="IE=edge" />
        <meta name="viewport" content="width=device-width" />
    
        <title>Phrase matcher</title>
    
        <link rel="stylesheet" href="style.css" />
      </head>
    
      <body>
        <h1>Phrase matcher</h1>
        <p>Press the button then say the phrase to test the recognition.</p>
    
        <button>Start new test</button>
    
        <div>
          <p class="phrase">Phrase...</p>
          <p class="result">Right or wrong?</p>
          <p class="output">...diagnostic messages</p>
        </div>
    
        <script src="script.js"></script>
      </body>
    </html>