Ajout base formation Javascript
This commit is contained in:
31
javascript/base/index.html
Normal file
31
javascript/base/index.html
Normal file
@ -0,0 +1,31 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Cadoles - Formation Javascript</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
||||
<style type="text/css">
|
||||
@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz);
|
||||
@import url(http://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic);
|
||||
@import url(http://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700,400italic);
|
||||
|
||||
body {
|
||||
font-family: 'Droid Sans';
|
||||
}
|
||||
h1, h2, h3 {
|
||||
font-family: 'Caviar Dream', 'Droid Sans';
|
||||
font-weight: normal;
|
||||
}
|
||||
.remark-code, .remark-inline-code { font-family: 'Ubuntu Mono'; }
|
||||
</style>
|
||||
<link href="../cadoles-theme.css" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
<script src="../bower_components/remark/out/remark.js"></script>
|
||||
<script src="../cadoles-remark-macros.js"></script>
|
||||
<script type="text/javascript">
|
||||
var slideshow = remark.create({
|
||||
sourceUrl: 'index.md'
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user