More prettier (#8990)

This commit is contained in:
Trask Stalnaker 2023-07-20 09:58:27 -07:00 committed by GitHub
parent 2535a758f7
commit ba996ba77b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 61 additions and 66 deletions

View File

@ -1,10 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Example</title>
<script type="text/javascript" language="javascript" src="greeting/greeting.nocache.js"></script>
<script
type="text/javascript"
language="javascript"
src="greeting/greeting.nocache.js"
></script>
</head>
<body>
<p id="buttonContainer"></p>

View File

@ -1,7 +1,5 @@
<!DOCTYPE html>
<html lang="en"
xmlns="http://www.w3.org/1999/xhtml"
xmlns:h="http://xmlns.jcp.org/jsf/html">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:h="http://xmlns.jcp.org/jsf/html">
<h:head>
<title>Hello, World!</title>
</h:head>

View File

@ -1,8 +1,8 @@
<f:view xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
<f:view
xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
xmlns:f="http://xmlns.jcp.org/jsf/core"
contentType="text/html"
encoding="UTF-8">
<ui:composition>
Hello
</ui:composition>
encoding="UTF-8"
>
<ui:composition> Hello </ui:composition>
</f:view>

View File

@ -1,7 +1,5 @@
<!DOCTYPE html>
<html lang="en"
xmlns="http://www.w3.org/1999/xhtml"
xmlns:h="http://java.sun.com/jsf/html">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:h="http://java.sun.com/jsf/html">
<head>
<title>Hello, World!</title>
</head>

View File

@ -1,6 +1,3 @@
<f:view xmlns:f="http://java.sun.com/jsf/core"
xmlns:ui="http://java.sun.com/jsf/facelets">
<ui:composition>
Hello
</ui:composition>
<f:view xmlns:f="http://java.sun.com/jsf/core" xmlns:ui="http://java.sun.com/jsf/facelets">
<ui:composition> Hello </ui:composition>
</f:view>

View File

@ -1,7 +1,5 @@
<!DOCTYPE html>
<html lang="en"
xmlns="http://www.w3.org/1999/xhtml"
xmlns:h="http://xmlns.jcp.org/jsf/html">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:h="http://xmlns.jcp.org/jsf/html">
<h:head>
<title>Hello, World!</title>
</h:head>

View File

@ -1,8 +1,8 @@
<f:view xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
<f:view
xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
xmlns:f="http://xmlns.jcp.org/jsf/core"
contentType="text/html"
encoding="UTF-8">
<ui:composition>
Hello
</ui:composition>
encoding="UTF-8"
>
<ui:composition> Hello </ui:composition>
</f:view>