-
Notifications
You must be signed in to change notification settings - Fork 0
/
country-cu.html
64 lines (63 loc) · 2.59 KB
/
country-cu.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>#BioCitationNeeded: Cuba (cu)</title>
<link href="bootstrap.min.css" rel="stylesheet">
<link href="style.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="html5shiv.min.js"></script>
<script src="respond.min.js"></script>
<![endif]-->
</head>
<body>
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">#BioCitationNeeded</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="index.html">English</a></li>
<li><a href="index-he.html">עברית</a></li>
<li><a href="https://github.com/no2bio/biocitationneeded#readme">About</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>
<div class="container">
<div class="row">
<div class="col-md-12">
<h3>Cuba <small>(cu)</small></h3>
<dl>
<dt>National ID card: <span class="bad">Compulsory</span></dt>
<dd>
<p><p>According to <a href="https://en.wikipedia.org/wiki/List_of_national_identity_card_policies_by_country#Countries_with_compulsory_identity_cards">wikipedia</a>,
<em>Cuba</em> has a compulsory identity card.</p>
</p>
</dd>
</dl>
</div>
</div>
<hr>
<footer>
If you believe the information here is <a href="https://xkcd.com/386/">wrong</a> or incomplete
[and have <em>links</em> to back your claim], please
<a href="https://swatwt.com/whatmail">let us know</a>.
</footer>
</div><!-- /.container -->
<script src="jquery.min.js"></script>
<script src="bootstrap.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="ie10-viewport-bug-workaround.js"></script>
</body>
</html>