Logomotion: mise à jour introduction framework javascript
This commit is contained in:
@ -0,0 +1,16 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>"Simple" React with Webpack</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id='app'></div>
|
||||
---
|
||||
<div id='props-example'></div>
|
||||
---
|
||||
<div id='clock'></div>
|
||||
---
|
||||
<div id='counter'></div>
|
||||
<script src='/bundle.js'></script>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user