/magstudentportal/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/magstudentportal/trunk

« back to all changes in this revision

Viewing changes to src/main/webapp/index.xhtml

  • Committer: Gustav Hartvigsson
  • Date: 2017-08-02 14:06:36 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20170802140636-lwrlbd5po865nct0
Initial Commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 
3
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
4
<html xmlns="http://www.w3.org/1999/xhtml"
 
5
      xmlns:h="http://xmlns.jcp.org/jsf/html"
 
6
      xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
 
7
      xmlns:f="http://xmlns.jcp.org/jsf/core">
 
8
<f:view>
 
9
     <h:outputLabel value="Hello, world"/>
 
10
</f:view>
 
11
</html>