Skip to content

Instantly share code, notes, and snippets.

@ochilab
Created April 8, 2016 06:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ochilab/0fd0b084c57f16a77248f46fc81a5a1b to your computer and use it in GitHub Desktop.
Save ochilab/0fd0b084c57f16a77248f46fc81a5a1b to your computer and use it in GitHub Desktop.
GWTBootstrapのテンプレート(空のテンプレート)
<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
<ui:UiBinder xmlns:ui="urn:ui:com.google.gwt.uibinder"
xmlns:g="urn:import:com.google.gwt.user.client.ui"
xmlns:b="urn:import:org.gwtbootstrap3.client.ui"
xmlns:h="urn:import:org.gwtbootstrap3.client.ui.html">
<ui:style>
.important {
font-weight: bold;
}
</ui:style>
<b:Container>
</b:Container>
</ui:UiBinder>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment