Advertisement
kikosiak

Untitled

Jun 5th, 2020
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.60 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee"
  3.         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4.         xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_4_0.xsd"
  5.         version="4.0">
  6.     <display-name>ISI Laboratorium 1 i 2</display-name>
  7.     <welcome-file-list>
  8.         <welcome-file>index.html</welcome-file>
  9.         <welcome-file>flota.html</welcome-file>
  10.         <welcome-file>kontakt.html</welcome-file>
  11.         <welcome-file>ofirmie.html</welcome-file>
  12.     </welcome-file-list>
  13.  
  14. </web-app>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement