You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
737 B
HTML

<div layout-fill layout="column" class="slide slide-14">
<div flex="20" layout="column" layout-align="center center">
<h1>The rise of Web Applications</h1>
<h2>All GUI client side</h2>
</div>
<div flex="10">
</div>
<div style="text-align: center" flex layout="row" layout-align="center center">
<!--Client-->
<div flex="50" layout="column" layout-align="center center">
<h1>Browser Engine</h1>
<h2>Native like GUI</h2>
</div>
<!--Server -->
<div flex="50" layout="column" layout-align="center center">
<h1>Server</h1>
<h2>API</h2>
<h2>Business Logic</h2>
</div>
</div>
</div>