Base formation angular+amélioration layout formations JS
This commit is contained in:
29
javascript/angular/index.html
Normal file
29
javascript/angular/index.html
Normal file
@ -0,0 +1,29 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Cadoles - Formation Angular</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
||||
<link href="../cadoles-theme.css" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript">
|
||||
SLIDES = [
|
||||
'cover',
|
||||
'plan',
|
||||
'spa',
|
||||
'angular',
|
||||
'app-basique',
|
||||
'liaison-donnees-1',
|
||||
'modules',
|
||||
'controleurs',
|
||||
'scope-1',
|
||||
'scope-2',
|
||||
'scope-3',
|
||||
'scope-4',
|
||||
'licence'
|
||||
];
|
||||
</script>
|
||||
<script src="../bower_components/remark/out/remark.js"></script>
|
||||
<script src="../slideshow-bootstrap.js"></script>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user