First version with CCNA 2 questions and answers
This commit is contained in:
16
src/index.html
Normal file
16
src/index.html
Normal file
@ -0,0 +1,16 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset='utf8'>
|
||||
<meta name='viewport' content='width=device-width'>
|
||||
|
||||
<title>Cisco Trainer</title>
|
||||
</head>
|
||||
|
||||
<body style="overflow-x: hidden;">
|
||||
<div id="content"></div>
|
||||
<script src="./main.ts"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user