changed static javalin directory
This commit is contained in:
parent
e6ef7adc6c
commit
1339849b28
2 changed files with 1 additions and 10 deletions
|
@ -32,7 +32,7 @@ public class Main {
|
|||
|
||||
public static final String CONFIG_DIR = "src/main/resources/config";
|
||||
public static final String JAVALIN_TEMPLATE_DIR = "src/main/resources/templates";
|
||||
public static final String JAVALIN_STATIC_FILES_DIR = "src/main/resources/public";
|
||||
public static final String JAVALIN_STATIC_FILES_DIR = "src/main/resources/static";
|
||||
public static final String JCAS_SPEECHES_TYPESYSTEM_DIR = "src/main/resources/speeches/TypeSystem";
|
||||
public static final String MEMBER_IMAGES_DIR = "src/main/resources/membersOfParliamentImages/";
|
||||
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
|
||||
<h1>Heading</h1>
|
||||
<p>paragraph.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue