Skip to content

Instantly share code, notes, and snippets.

@JustDravee
Created November 23, 2020 12:56
Show Gist options
  • Save JustDravee/eead7e93bb8f51798425af30e82ad171 to your computer and use it in GitHub Desktop.
Save JustDravee/eead7e93bb8f51798425af30e82ad171 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>TextSaver Options</title>
<script src="lib/jquery/jquery-3.2.1.min.js"></script>
<script src="lib/bootstrap/bootstrap.min.js"></script>
<script src="options.js"></script>
<link rel="stylesheet" type="text/css" href="css/bootstrap/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<h1 class="title">TextSaver Options</h1>
<div class="buttons-container">
<button type="button" id="tri-alpha" class="btn btn-info">Trier par ordre alphabétique</button>
<button type="button" id="tri-long" class="btn btn-info">Trier par longueur décroissante</button>
<button type="button" id="reset" class="btn btn-danger">Tout supprimer</button>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment