Skip to content

Commit

Permalink
adiciona doscify
Browse files Browse the repository at this point in the history
  • Loading branch information
i-JSS committed Jul 23, 2024
1 parent 36dfb8e commit a5a525a
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 0 deletions.
Empty file added docs/.nojekyll
Empty file.
15 changes: 15 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Trabalho de requisitos
Professor: Maurício Serrano
Semestre: 2024.1
Tema: Engenharia reversa dos requisitos da aplicação QuintoAndar Imóveis

## Integrantes

| Nome | Matrícula | Nome de usuário |
|------|-----------|-----------------|
|André Silva| 221007813 | Hunter104 |
|Eduardo Sandes| 221008024 | DiceRunner714 |
|Artur Bartz | 221007869 | H0lzz |
|Letícia Hladczuk | 221039209 | HladczukLe |
|Cássio Reis| 221021886 | csreis72 |
|João Carvalho| 221008150 | joaoseisei|
22 changes: 22 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="Description">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/vue.css">
</head>
<body>
<div id="app"></div>
<script>
window.$docsify = {
name: '',
repo: ''
}
</script>
<!-- Docsify v4 -->
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
</body>
</html>

0 comments on commit a5a525a

Please sign in to comment.