tylerstonge/encvox-client

View on GitHub
app/view/settings.html

Summary

Maintainability
Test Coverage
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8" />
  <title>encVox v0.1</title>
  <link rel="stylesheet" href="lib/font-awesome-4.7.0/css/font-awesome.min.css">
  <link rel="stylesheet" type="text/css" href="css/main.css" />
</head>
<body>
  Settings
  <script>if (typeof module === 'object') {window.module = module; module = undefined;}</script>
  <script src="lib/jquery-3.2.1.min.js"></script>
  <script src="js/client.js"></script>
  <script>if (window.module) module = window.module;</script>
</body>
</html>