mirror of
https://github.com/microsoft/frontend-bootcamp.git
synced 2026-07-12 15:18:34 +08:00
10 lines
190 B
HTML
10 lines
190 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<link rel="stylesheet" href="./src/style.css" />
|
|
<body>
|
|
<div id="app"></div>
|
|
<script src="../../step1-05/final/step1-05/final.js"></script></body>
|
|
</html>
|
|
|
|
|