mirror of
https://github.com/fazo96/pbs.git
synced 2025-01-29 14:54:18 +01:00
16 lines
423 B
HTML
16 lines
423 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Pert</title>
|
|
<link rel="stylesheet" href="bower_components/vis/dist/vis.min.css">
|
|
<link rel="stylesheet" href="style.css">
|
|
</head>
|
|
<body>
|
|
<textarea id="ta"></textarea>
|
|
<button id="save">Save</button>
|
|
<a href="pert.html">view pert</a>
|
|
<script src="bower_components/jquery/dist/jquery.js"></script>
|
|
<script src="index.js"></script>
|
|
</body>
|
|
</html>
|