Browse Source

Change Web page title.

scossu 11 months ago
parent
commit
bf02345c8a
1 changed files with 1 additions and 6 deletions
  1. 1 6
      scriptshifter/templates/index.html

+ 1 - 6
scriptshifter/templates/index.html

@@ -1,5 +1,5 @@
 {% extends "layout.html" %}
-{% set title ='Transliterate string' %}
+{% set title ='BIBFRAME ScriptShifter' %}
 {% block body %}
 
     <style>
@@ -63,15 +63,10 @@
     </form>
 
     <div id="results">
-        
         Results will appear here.
-
-
     </div>
 
     <script type="text/javascript">
-        
-
         document.getElementById('transliterate').addEventListener('submit',(event)=>{