blob: b282ed3156880b5d59402bbc0b77a8e4836a394e (
plain)
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
|
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<title>O Teste de Turing e a Tomada de Consciência</title>
<meta name="generator" content="S9">
<meta name="author" content="Silvio Rhatto" >
<!-- S6 style sheet links -->
<link rel="stylesheet" href="turing.css" media="projection" id="styleProjection">
<link rel="stylesheet" href="s6/screen.css" media="screen" id="styleScreen">
<link rel="stylesheet" href="s6/print.css" media="print">
<!-- S6 JS -->
<script src="s6/jquery.js"></script>
<script src="s6/jquery.slideshow.js"></script>
<script>
$(document).ready( function() {
Slideshow.init();
} );
</script>
<!-- Better Browser Banner for Microsoft Internet Explorer (IE) -->
<!--[if IE]>
<script src="s6/jquery.microsoft.js"></script>
<![endif]-->
</head>
<body>
<div class="layout">
<div id="header"></div>
<div id="footer">
<h1></h1>
<h2></h2>
</div>
</div>
<div class="presentation">
<div class='slide centered'>
<!-- _S9SLIDE_ centered -->
<pre><code> _ _ _ _ _
___ | |_ ___ ___| |_ ___ __| | ___ | |_ _ _ _ __(_)_ __ __ _
/ _ \ | __/ _ \/ __| __/ _ \ / _` |/ _ \ | __| | | | '__| | '_ \ / _` |
| (_) | | || __/\__ \ || __/ | (_| | __/ | |_| |_| | | | | | | | (_| |
\___/ \__\___||___/\__\___| \__,_|\___| \__|\__,_|_| |_|_| |_|\__, |
|___/
_ _ _
___ __ _ | |_ ___ _ __ ___ __ _ __| | __ _ __| | ___
/ _ \ / _` | | __/ _ \| '_ ` _ \ / _` |/ _` |/ _` | / _` |/ _ \
| __/ | (_| | | || (_) | | | | | | (_| | (_| | (_| | | (_| | __/
\___| \__,_| \__\___/|_| |_| |_|\__,_|\__,_|\__,_| \__,_|\___|
_ _
___ ___ _ __ ___ ___(_) ___ _ __ ___(_) __ _
/ __/ _ \| '_ \/ __|/ __| |/ _ \ '_ \ / __| |/ _` |
| (_| (_) | | | \__ \ (__| | __/ | | | (__| | (_| |
\___\___/|_| |_|___/\___|_|\___|_| |_|\___|_|\__,_|
_____
/ \
| () () | Todo mundo pronto para pirar o cabeção?
\ ^ /
|||||
|||||
</code></pre>
</div>
</div><!-- presentation -->
</body>
</html>
|