1

Improvements

This commit is contained in:
Alex Yatskov 2015-06-26 10:37:07 +09:00
parent 3ab65345bc
commit a9a0ab56ca

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<title>Reactive Search</title> <title>Restaurant Search with Predictive Multispace Queries</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta http-equiv="content-type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.css"> <link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.css">
<style type="text/css"> <style type="text/css">
@ -14,7 +14,8 @@
<div class="container"> <div class="container">
<!-- busy spinner --> <!-- busy spinner -->
<div class="page-header"> <div class="page-header">
<h1><img id="spinner" alt="loading" class="pull-right" src="images/spinner.gif" style="display: none;" width="32" height="32">Restaurant Search with Predictive Multispace Queries</h1> <img id="spinner" alt="loading" class="pull-right" src="images/spinner.gif" style="display: none;" width="32" height="32">
<h1>Restaurant Search with Predictive Multispace Queries</h1>
</div> </div>
<!-- profile dialog --> <!-- profile dialog -->