-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
68 lines (47 loc) · 1.95 KB
/
index.html
File metadata and controls
68 lines (47 loc) · 1.95 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print" />
<title>Sample crud 01 by JardelJava</title>
</head>
<body>
<header>
<div class="container">
<h1>Sample crud 01</h1>
<h2>Primefaces + JSF 2x + EJB 3x + JPA 2x + Eclipse link + Maven</h2>
<section id="downloads">
<a href="https://github.com/JardelJava/sample_crud_01/zipball/master" class="btn">Download as .zip</a>
<a href="https://github.com/JardelJava/sample_crud_01/tarball/master" class="btn">Download as .tar.gz</a>
<a href="https://github.com/JardelJava/sample_crud_01" class="btn btn-github"><span class="icon"></span>View on GitHub</a>
</section>
</div>
</header>
<div class="container">
<section id="main_content">
<h3>Super CRUD do Poder !</h3>
<p>Com esse crud você poderá cadastrar o que quiser, poderá cadastrar o dia inteiro...
Poderá remover os registros e atualizar sempre que o inimigo estiver vencendo a batalha !</p>
<pre><code>$ cd your_repo_root/repo_name
$ git fetch origin
$ git checkout gh-pages
</code></pre>
<p>Passe o seu final de semana cadastrando várias e várias coisas ! </p>
<h3>Sobre o poder emanado do CRUD !</h3>
<p>Você receberá o poder supremo do CRUD se você fizer qualquer alteração no código mesmo que quebre
a funcionalidade do CRUD !</p>
<h3>E se eu me lascar ?</h3>
<p>JOVEM com este CRUD nunca te lascarás !</p>
<h3>Support or Contact</h3>
<p>Sem contato !</p>
<h3>Country?</h3>
<p>Brasil </p>
<h3>Authors and Contributors</h3>
<p>Esse CRUD pertence ao universo !</p>
</section>
</div>
</body>
</html>