xPathTrainer/public/index.html

27 lines
1.0 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="XPathTrainer.">
<meta name="robots" content="noindex">
<!--<link rel="stylesheet" href="CSS/vcarousel.css" media="screen">-->
<script src="JS/xpathTrainer.app.js" defer></script>
<title>XPath Trainer</title>
</head>
<body>
<header><h1>XPath Trainer</h1></header>
<main>
<form id="trainerForm" with="90%">
<fieldset>
<label for="myFile">Sélectionnez votre fichier XML : </label><input type="file" id="myFile" name="myFile" accept=".xml"><br>
<label>XPath à tester : </label><input type="text" id="myXPath" name="myXPath" width="1000px"> <input type="button" id="runTest" name="runTest" value="Lancez le test"><br>
</fieldset>
<div id="result"></div>
<iframe id="display" src="" width="1000px" height="600px">
</iframe>
</form>
</main>
</body>
</html>