-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (29 loc) · 1.31 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html dir="ltr" lang="en-US">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<meta name="robots" content="all">
<meta http-equiv="imagetoolbar" content="false">
<meta name="MSSmartTagsPreventParsing" content="true">
<meta name="description" content="Simple HTML and CSS typography template.">
<meta name="keywords" content="html, css, typography, template">
<meta name="author" content="Simon Griffee">
<link rel="Shortcut Icon" href="/favicon.ico" type="image/x-icon">
<title>Asincronia en Javascript</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<h1>Asincronia en Javascript <br><i class="normal">Callbacks, Promesas , AsyncAwait y Bus</i></h1>
<a title="Javascript"><img class="pull-left" src="js.png" alt=""></a>
<hr>
<p class="quiet">
<small>Simple HTML & CSS Typography Template <a href="https://www.simongriffee.com/typography/"><i>Theme</i> by Simon Griffee</a></small>
</p>
<script src="js/server.js" type="text/javascript"></script>
<script src="js/callbacks.js" type="text/javascript"></script>
<script src="js/promises.js" type="text/javascript"></script>
<script src="js/asyncawait.js" type="text/javascript"></script>
<script src="js/bus.js" type="text/javascript"></script>
</body>
</html>