people et people
This commit is contained in:
parent
0132c31c85
commit
9982758f16
2 changed files with 140 additions and 58 deletions
11
people.html
11
people.html
|
|
@ -7,6 +7,15 @@
|
|||
<title>Brief Star Wars - People</title>
|
||||
|
||||
<script src="./scripts/people.js" defer></script>
|
||||
<style type="text/css">
|
||||
.details{
|
||||
display:none;
|
||||
}
|
||||
|
||||
.active{
|
||||
display: block;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
|
|
@ -18,7 +27,7 @@
|
|||
<li><a href="planetes.html">Planètes</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<input type="text" id="myInput" onkeyup="myFunction()" placeholder="Search for names.." class="SearchBar">
|
||||
<input type="text" id="myInput" placeholder="Search for names.." class="SearchBar">
|
||||
</header>
|
||||
|
||||
<section id="container" style="font-size:12px;">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue