Skip to content

Commit d6007de

Browse files
committed
updates
1 parent 5225450 commit d6007de

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

rdfDataEntryForm.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
<html>
33
<head>
44
<title>RDF Data Entry Form</title>
5-
<meta charset="UTF-8"></meta>
5+
<meta charset="UTF-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
88
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
99
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
1010
</head>
1111
<body>
1212
<h2 class="jumbotron">RDF Data Entry Form</h2>
13-
<input class="well" id="csv" type="file"></input>
13+
<input class="well" id="csv" type="file">
1414
<table class="table table-bordered">
1515
<tr>
1616
</tr>

0 commit comments

Comments
 (0)